Skip to content

Commit

Permalink
gemfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Solnica committed Apr 12, 2010
1 parent a1cc872 commit c5dc6bb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Gemfile
Expand Up @@ -2,15 +2,16 @@ source 'http://gemcutter.org'

group :runtime do
# MongoDB driver
gem 'mongo', '~> 0.19'
gem 'mongo_ext', '~> 0.19'
gem 'mongo', '= 0.19.3'
gem 'mongo_ext', '= 0.19.3'

# ActiveSupport is preffered over Extlib
gem 'activesupport', '~> 3.0.0.beta1', :git => 'git://github.com/rails/rails.git', :require => false
gem 'activesupport', '~> 3.0.0.beta2', :require => false

# DataMapper libs
gem 'dm-core', :git => 'git://github.com/datamapper/dm-core.git'
gem 'dm-aggregates', :git => 'git://github.com/datamapper/dm-more.git'
gem 'dm-aggregates', :git => 'git://github.com/datamapper/dm-aggregates.git'
gem 'dm-migrations', :git => 'git://github.com/datamapper/dm-migrations.git'
end

group :development do
Expand Down

0 comments on commit c5dc6bb

Please sign in to comment.