diff --git a/.rubocop.yml b/.rubocop.yml index fd4e94dc2..3b9fefdba 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -76,7 +76,7 @@ Gemspec/DeprecatedAttributeAssignment: # new in 1.30 Gemspec/DevelopmentDependencies: # new in 1.44 Enabled: true Gemspec/RequireMFA: # new in 1.23 - Enabled: true + Enabled: false Layout/LineContinuationLeadingSpace: # new in 1.31 Enabled: true Layout/LineContinuationSpacing: # new in 1.31 diff --git a/stripe.gemspec b/stripe.gemspec index b627279a9..d4f2f4a58 100644 --- a/stripe.gemspec +++ b/stripe.gemspec @@ -24,7 +24,7 @@ Gem::Specification.new do |s| "github_repo" => "ssh://github.com/stripe/stripe-ruby", "homepage_uri" => "https://stripe.com/docs/api?lang=ruby", "source_code_uri" => "https://github.com/stripe/stripe-ruby", - "rubygems_mfa_required" => "true", + "rubygems_mfa_required" => "false", } ignored = Regexp.union(