We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 682a32c commit b07cb21Copy full SHA for b07cb21
image_processing.gemspec
@@ -16,6 +16,8 @@ Gem::Specification.new do |spec|
16
spec.files = Dir["README.md", "LICENSE.txt", "CHANGELOG.md", "lib/**/*.rb", "*.gemspec"]
17
spec.require_paths = ["lib"]
18
19
+ spec.metadata = { "rubygems_mfa_required" => "true" }
20
+
21
spec.add_dependency "mini_magick", ">= 4.9.5", "< 5"
22
spec.add_dependency "ruby-vips", ">= 2.0.17", "< 3"
23
0 commit comments