Skip to content

Commit

Permalink
Opt-in for MFA requirement (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala authored Jul 25, 2024
1 parent 682a32c commit b07cb21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions image_processing.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Gem::Specification.new do |spec|
spec.files = Dir["README.md", "LICENSE.txt", "CHANGELOG.md", "lib/**/*.rb", "*.gemspec"]
spec.require_paths = ["lib"]

spec.metadata = { "rubygems_mfa_required" => "true" }

spec.add_dependency "mini_magick", ">= 4.9.5", "< 5"
spec.add_dependency "ruby-vips", ">= 2.0.17", "< 3"

Expand Down

0 comments on commit b07cb21

Please sign in to comment.