We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c20e6 commit c1a05c2Copy full SHA for c1a05c2
ruby-vips.gemspec
@@ -36,6 +36,7 @@ Gem::Specification.new do |spec|
36
spec.required_ruby_version = ">= 2.0.0"
37
38
spec.add_runtime_dependency "ffi", ["~> 1.12"]
39
+ spec.add_runtime_dependency "logger"
40
41
spec.add_development_dependency "rake", ["~> 12.0"]
42
spec.add_development_dependency "rspec", ["~> 3.3"]
0 commit comments