Skip to content

Commit

Permalink
Opt-in for MFA requirement (#20)
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 Oct 23, 2024
1 parent b17bf36 commit 4cf8554
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 4cf8554

Please sign in to comment.