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 07d01fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions solargraph.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ 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["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 07d01fe

Please sign in to comment.