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 Apr 7, 2024
1 parent 25605b7 commit f3e35d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css_parser.gemspec
Expand Up @@ -16,6 +16,7 @@ Gem::Specification.new name, CssParser::VERSION do |s|
s.metadata['changelog_uri'] = 'https://github.com/premailer/css_parser/blob/master/CHANGELOG.md'
s.metadata['source_code_uri'] = 'https://github.com/premailer/css_parser'
s.metadata['bug_tracker_uri'] = 'https://github.com/premailer/css_parser/issues'
s.metadata['rubygems_mfa_required'] = 'true'

s.add_runtime_dependency 'addressable'

Expand Down

0 comments on commit f3e35d6

Please sign in to comment.