1
0
Fork 0
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:
Geremia Taglialatela 2023-03-25 17:17:14 +01:00 committed by GitHub
parent 526f45e3df
commit 5c57dd7bb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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