gemfiles/json.gemfile in rainforest-1.0.7 vs gemfiles/json.gemfile in rainforest-2.0.0
- old
+ new
@@ -1,4 +1,12 @@
source "https://rubygems.org"
gemspec :path => File.join(File.dirname(__FILE__), "..")
-gem "json"
-gem "activesupport", "~> 3.0"
+
+if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('1.9.3')
+ gem 'i18n', '< 0.7'
+ gem 'rest-client', '~> 1.6.8'
+ gem 'activesupport', '~> 3.2'
+else
+ gem 'activesupport'
+end
+
+gem 'json'