Skip to content

Commit 9af48a5

Browse files
authored
Opt-in for MFA requirement (#145)
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 f7c827c commit 9af48a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

β€Žjsonapi-rails.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Gem::Specification.new do |spec|
1111
spec.homepage = 'https://github.com/jsonapi-rb/jsonapi-rails'
1212
spec.license = 'MIT'
1313

14+
spec.metadata = { 'rubygems_mfa_required' => 'true' }
15+
1416
spec.files = Dir['README.md', 'lib/**/*']
1517
spec.require_path = 'lib'
1618

0 commit comments

Comments
 (0)