azure-armrest.gemspec in azure-armrest-0.3.1 vs azure-armrest.gemspec in azure-armrest-0.3.2

- old
+ new

@@ -17,15 +17,15 @@ This is a Ruby interface for Azure using the newer REST API. This is different than the current azure gem, which uses the older (XML) interface behind the scenes. EOF - spec.add_dependency 'json' + spec.add_dependency 'json', '~> 2.0.1' spec.add_dependency 'rest-client', '~> 2.0.0' spec.add_dependency 'cache_method', '~> 0.2.7' - spec.add_dependency 'azure-signature', '~> 0.2.0' - spec.add_dependency 'activesupport', '>= 1.2.0' - spec.add_dependency 'nokogiri', '~> 1.6.0' + spec.add_dependency 'azure-signature', '~> 0.2.3' + spec.add_dependency 'activesupport', '>= 4.2.2' + spec.add_dependency 'nokogiri', '~> 1.6.8' spec.add_dependency 'addressable', '~> 2.4.0' spec.add_dependency 'parallel', '~> 1.9.0' spec.add_development_dependency 'bundler' spec.add_development_dependency 'rake'