Skip to content

Commit

Permalink
Opt-in for MFA requirement
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 Oct 23, 2024
1 parent eaea24a commit bc041a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rackup.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 2.4.0"

spec.metadata = {
"rubygems_mfa_required" => "true"
}

spec.add_dependency "rack", ">= 3"
spec.add_dependency "webrick", "~> 1.8"

Expand Down

0 comments on commit bc041a9

Please sign in to comment.