Skip to content

Commit

Permalink
Revert "Update activesupport dependency to 3.0"
Browse files Browse the repository at this point in the history
This reverts commit 751d64d.
Active Support 3 is causing tests to break on Ruby 1.8.6.
  • Loading branch information
sferik committed Jun 9, 2011
1 parent 41c3e49 commit 354626c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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

Expand Down

0 comments on commit 354626c

Please sign in to comment.