Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[dm-more] Updated dependency in Gemfiles for ActiveSupport to 3.0.0.b…
…eta2
  • Loading branch information
dkubb committed Apr 1, 2010
1 parent 2942702 commit 5cf1f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -56,7 +56,7 @@ group :runtime do
if ENV['EXTLIB']
gem 'extlib', '~> 0.9.15', :git => 'git://github.com/datamapper/extlib.git'
else
gem 'activesupport', '~> 3.0.0.beta1', :git => 'git://github.com/rails/rails.git', :require => nil
gem 'activesupport', '~> 3.0.0.beta2', :git => 'git://github.com/rails/rails.git', :require => nil
end

gem 'dm-core', '~> 0.10.3', :git => 'git://github.com/datamapper/dm-core.git', :branch => 'next'
Expand Down

0 comments on commit 5cf1f38

Please sign in to comment.