open-weather-api.gemspec in open-weather-api-0.0.6 vs open-weather-api.gemspec in open-weather-api-0.0.7

- old
+ new

@@ -16,10 +16,10 @@ spec.files = `git ls-files -z`.split("\x0") 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"] - spec.add_runtime_dependency "rest-client", "~> 1.8" + spec.add_runtime_dependency "rest-client", "~> 2.0" spec.add_development_dependency "rspec" spec.add_development_dependency "fuubar" end