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 Mar 8, 2024
1 parent 5fac874 commit a07cfd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions money-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ Gem::Specification.new do |s|
s.metadata['changelog_uri'] = 'https://github.com/RubyMoney/money-rails/blob/master/CHANGELOG.md'
s.metadata['source_code_uri'] = 'https://github.com/RubyMoney/money-rails/'
s.metadata['bug_tracker_uri'] = 'https://github.com/RubyMoney/money-rails/issues'
s.metadata['rubygems_mfa_required'] = 'true'
end
end

0 comments on commit a07cfd4

Please sign in to comment.