Skip to content

Commit

Permalink
Opt-in for MFA requirement (#45)
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 336e14b commit b42658b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rack-session.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 2.5"

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

spec.add_dependency "base64", ">= 0.1.0"
spec.add_dependency "rack", ">= 3.0.0"

Expand Down

0 comments on commit b42658b

Please sign in to comment.