Gemfile in
etsy-0.2.2
vs Gemfile in
etsy-0.2.3
- old
+ new
@@ -1,3 +1,7 @@
source 'https://rubygems.org' gemspec
+
+if RUBY_VERSION < '1.9'
+ gem 'activesupport', '< 4.0'
+end