From 354626c80a45ce4450304b5a56f8241a2f6c455d Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Thu, 9 Jun 2011 10:57:28 -0700 Subject: [PATCH] Revert "Update activesupport dependency to 3.0" This reverts commit 751d64d9edaff35db78e3f21a43361d2b67f5092. Active Support 3 is causing tests to break on Ruby 1.8.6. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 8eccd6388..4893b1271 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ group :test do gem 'typhoeus', '~> 0.2' gem 'webmock', '~> 1.6' # ActiveSupport::JSON will be used in ruby 1.8 and Yajl in 1.9; this is to test against both adapters - gem 'activesupport', '~> 3.0', :require => nil, :platforms => [:ruby_18, :jruby] + gem 'activesupport', '~> 2.3', :require => nil, :platforms => [:ruby_18, :jruby] gem 'yajl-ruby', '~> 0.8', :require => 'yajl', :platforms => :ruby_19 end