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 Jun 3, 2024
1 parent 7624f44 commit 534e59a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions acts_as_list.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Gem::Specification.new do |s|
s.metadata['changelog_uri'] = 'https://github.com/brendon/acts_as_list/blob/master/CHANGELOG.md'
s.metadata['source_code_uri'] = 'https://github.com/brendon/acts_as_list'
s.metadata['bug_tracker_uri'] = 'https://github.com/brendon/acts_as_list/issues'
s.metadata['rubygems_mfa_required'] = 'true'
end

# Load Paths...
Expand Down

0 comments on commit 534e59a

Please sign in to comment.