gemfiles/Gemfile.typhoeus in api-client-2.1.0 vs gemfiles/Gemfile.typhoeus in api-client-2.2.0
- old
+ new
@@ -1,5 +1,7 @@
source :rubygems
gem 'typhoeus'
+gem 'activesupport', '>= 3.0', '< 4'
+
gemspec :path => '../'
\ No newline at end of file