Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
Updated Gemfile for rails rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Aug 25, 2010
1 parent d464589 commit 1463ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ group :datamapper do # We need this because we want to pin these dependencies to
if ENV['EXTLIB']
gem 'extlib', '~> 0.9.15', :git => "#{DATAMAPPER}/extlib.git", :require => nil
else
gem 'activesupport', '~> 3.0.0.beta3', :git => 'git://github.com/rails/rails.git', :require => nil
gem 'activesupport', '~> 3.0.0.rc2', :git => 'git://github.com/rails/rails.git', :branch => '3-0-stable', :require => nil
end

gem 'dm-core', DM_VERSION, :git => "#{DATAMAPPER}/dm-core.git"
Expand Down

0 comments on commit 1463ae1

Please sign in to comment.