We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82ceed commit 89f588aCopy full SHA for 89f588a
ruby-vips.gemspec
@@ -31,7 +31,8 @@ Gem::Specification.new do |spec|
31
f.match(%r{^(test|spec|features)/})
32
end
33
34
- spec.add_runtime_dependency "gobject-introspection", ["~> 3.0"]
+ # 3.0.9 has some breaking changes, stick with 3.0.7 for now
35
+ spec.add_runtime_dependency "gobject-introspection", ["3.0.8"]
36
37
spec.add_development_dependency "rake", ["~> 11.0"]
38
spec.add_development_dependency "rspec", ["~> 3.3"]
0 commit comments