Gemfile in spree-api-client-0.0.1 vs Gemfile in spree-api-client-0.0.2
- old
+ new
@@ -1,3 +1,9 @@
source 'https://rubygems.org'
+gem 'json', '~> 1.7', :platforms => [:ruby_18, :jruby]
+
+group :development do
+ gem 'pry'
+end
+
gemspec
- old
+ new