Skip to content

Commit

Permalink
Added MFA comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Apr 8, 2022
1 parent 4912308 commit 4ebcd05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libyui-rake.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,7 @@ Gem::Specification.new do |spec|
# "~> 1.5" means ">= 1.5 and < 2" (thanks to darix)
spec.add_runtime_dependency("packaging_rake_tasks", "~> 1.5")
spec.add_runtime_dependency("rake", "> 10.0", "< 99")
# enable MFA (2FA) authentication at rubygems.org
# see https://guides.rubygems.org/mfa-requirement-opt-in/
spec.metadata["rubygems_mfa_required"] = "true"
end

0 comments on commit 4ebcd05

Please sign in to comment.