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 authored and ioquatix committed Oct 23, 2024
1 parent 9eddce3 commit 0c7ac8b
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.5"

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

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

Expand Down

0 comments on commit 0c7ac8b

Please sign in to comment.