Skip to content

Commit 32bb04c

Browse files
committed
Add gemspec flag that requires MFA for gem privileged operations.
https://guides.rubygems.org/mfa-requirement-opt-in/
1 parent 962cb37 commit 32bb04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

authlogic.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require "authlogic/version"
2121
s.homepage = "https://github.com/binarylogic/authlogic"
2222
s.summary = "An unobtrusive ruby authentication library based on ActiveRecord."
2323
s.license = "MIT"
24-
24+
s.metadata = { "rubygems_mfa_required" => "true" }
2525
s.required_ruby_version = ">= 2.6.0"
2626

2727
# See doc/rails_support_in_authlogic_5.0.md

0 commit comments

Comments
 (0)