infoblox.gemspec in infoblox-1.0.0 vs infoblox.gemspec in infoblox-1.0.1
- old
+ new
@@ -17,10 +17,10 @@
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]
if RUBY_VERSION <= '1.8.7'
- spec.add_runtime_dependency "json"
+ spec.add_runtime_dependency "json", "~>1"
end
spec.add_runtime_dependency "faraday"
spec.add_runtime_dependency "faraday_middleware"
spec.add_development_dependency "rspec"