Skip to content

Commit

Permalink
Opt into rubygems MFA required
Browse files Browse the repository at this point in the history
  • Loading branch information
mogest committed Mar 16, 2024
1 parent 2685beb commit d6d0169
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prawn-svg.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Gem::Specification.new do |gem|
gem.files = `git ls-files`.split("\n")
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
gem.require_paths = ['lib']
gem.metadata = { "rubygems_mfa_required" => "true" }

gem.required_ruby_version = '>= 2.5.0'

Expand Down

0 comments on commit d6d0169

Please sign in to comment.