Skip to content

Commit a39c425

Browse files
committed
Opt-in for MFA requirement
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/
1 parent 50ae4d3 commit a39c425

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

money-rails.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ Gem::Specification.new do |s|
4242
s.metadata['changelog_uri'] = 'https://github.com/RubyMoney/money-rails/blob/master/CHANGELOG.md'
4343
s.metadata['source_code_uri'] = 'https://github.com/RubyMoney/money-rails/'
4444
s.metadata['bug_tracker_uri'] = 'https://github.com/RubyMoney/money-rails/issues'
45+
s.metadata['rubygems_mfa_required'] = 'true'
4546
end
4647
end

0 commit comments

Comments
 (0)