dry_ice.gemspec in dry_ice-0.1.0 vs dry_ice.gemspec in dry_ice-0.1.1

- old
+ new

@@ -11,10 +11,10 @@ s.homepage = "https://github.com/homeflow/dry_ice" s.summary = %q{Caching for HTTParty} s.description = %q{Cache responses in HTTParty models} s.license = 'MIT' - s.add_dependency("httparty", "~> 0.9.0") + s.add_dependency("httparty", "~> 0.13.1") s.add_dependency("msgpack") s.files = `git ls-files`.split("\n") s.require_paths = ["lib"] end