Skip to content

Commit

Permalink
Merge pull request #10 from lsst-it/IT-3057/disable-gems-mfa
Browse files Browse the repository at this point in the history
disable rubygem mfa
  • Loading branch information
jhoblitt authored Aug 4, 2022
2 parents 9831cb9 + 587c4f3 commit 193a0d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ Style/StringLiteralsInInterpolation:

Layout/LineLength:
Max: 120

Gemspec/RequireMFA:
Enabled: false
2 changes: 1 addition & 1 deletion foreman_envsync.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ Gem::Specification.new do |spec|

# For more information and examples about making a new gem, checkout our
# guide at: https://bundler.io/guides/creating_gem.html
spec.metadata["rubygems_mfa_required"] = "true"
spec.metadata["rubygems_mfa_required"] = "false"
end

0 comments on commit 193a0d0

Please sign in to comment.