mirror of
https://github.com/mperham/connection_pool
synced 2023-03-27 23:22:21 -04:00
Opt-in for MFA requirement (#171)
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/
This commit is contained in:
parent
526f45e3df
commit
5c57dd7bb2
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue