Skip to content

Commit

Permalink
Opt-in for MFA requirement
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 committed Dec 7, 2024
1 parent 524c94e commit d5317d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions solargraph.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Gem::Specification.new do |s|
s.metadata["bug_tracker_uri"] = "https://github.com/castwide/solargraph/issues"
s.metadata["changelog_uri"] = "https://github.com/castwide/solargraph/blob/master/CHANGELOG.md"
s.metadata["source_code_uri"] = "https://github.com/castwide/solargraph"
s.metadata["rubygems_mfa_required"] = "true"

s.required_ruby_version = '>= 2.6'

Expand Down

0 comments on commit d5317d2

Please sign in to comment.