Skip to content

Commit

Permalink
fix: disable MFA as it breaks the CI (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
matteoredz authored Aug 8, 2023
1 parent d12ad45 commit 7c9568e
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 @@ -11,6 +11,9 @@ AllCops:
Bundler/OrderedGems:
Enabled: false

Gemspec/RequireMFA:
Enabled: false

Layout/EmptyLineBetweenDefs:
Enabled: true
AllowAdjacentOneLineDefs: true
Expand Down
2 changes: 1 addition & 1 deletion itax_code.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.add_dependency "activesupport"
spec.metadata["rubygems_mfa_required"] = "true"
spec.metadata["rubygems_mfa_required"] = "false"
end

0 comments on commit 7c9568e

Please sign in to comment.