Skip to content

Commit

Permalink
Merge pull request #1145 from tagliala/security/opt-in-for-mfa
Browse files Browse the repository at this point in the history
Opt-in for MFA requirement
  • Loading branch information
seuros authored Dec 30, 2024
2 parents f72f927 + dca43a4 commit cbdd312
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions acts-as-taggable-on.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Gem::Specification.new do |gem|
gem.require_paths = ['lib']
gem.required_ruby_version = '>= 3.1.0'

gem.metadata = { 'rubygems_mfa_required' => 'true' }

if File.exist?('UPGRADING.md')
gem.post_install_message = File.read('UPGRADING.md')
end
Expand Down

0 comments on commit cbdd312

Please sign in to comment.