Skip to content

Commit

Permalink
Opt-in for MFA requirement (#171)
Browse files Browse the repository at this point in the history
Make the gem more secure by requiring that all privileged operations by
any of the owners require OTP.

Ref: https://guides.rubygems.org/mfa-requirement-opt-in/
  • Loading branch information
tagliala committed Mar 25, 2023
1 parent 526f45e commit 5c57dd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions connection_pool.gemspec
Expand Up @@ -19,4 +19,6 @@ Gem::Specification.new do |s|
s.add_development_dependency "minitest", ">= 5.0.0"
s.add_development_dependency "rake"
s.required_ruby_version = ">= 2.5.0"

s.metadata = { "rubygems_mfa_required" => "true" }
end

0 comments on commit 5c57dd7

Please sign in to comment.