responsable.gemspec in responsable-1.0.0 vs responsable.gemspec in responsable-1.4.0
- old
+ new
@@ -32,9 +32,14 @@
# Register gem dependencies here
spec.add_dependency 'dry-configurable', '~> 0.16'
# For more information and examples about making a new gem, check out our
# guide at: https://bundler.io/guides/creating_gem.html
+
+ # We have to disable MFA for pushing gems because otherwise we can't automate
+ # this process as we have the OTP code in 1pw somewhere.
+ # rubocop:disable Gemspec/RequireMFA
spec.metadata = {
- 'rubygems_mfa_required' => 'true'
+ 'rubygems_mfa_required' => 'false'
}
+ # rubocop:enable Gemspec/RequireMFA
end