Skip to content

Commit 5675e0d

Browse files
authored
Require MFA for RubyGems (#91)
1 parent 1fcad1d commit 5675e0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subroutine.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Gem::Specification.new do |spec|
2020
spec.require_paths = ["lib"]
2121

2222
spec.metadata["allowed_push_host"] = "https://rubygems.org"
23+
spec.metadata["rubygems_mfa_required"] = "true"
2324

2425
spec.add_dependency "activemodel", ">= 6.1"
2526
spec.add_dependency "activesupport", ">= 6.1"

0 commit comments

Comments
 (0)