Gemfile in
etsy-0.3.1
vs Gemfile in
etsy-0.3.2
- old
+ new
@@ -3,5 +3,9 @@
gemspec if RUBY_VERSION < '1.9' gem 'activesupport', '< 4.0' end
+
+if RUBY_VERSION < '2.0'
+ gem 'json', '<= 1.5.5'
+end