Skip to content

Commit

Permalink
update gem dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: José Valim <jose.valim@gmail.com>
  • Loading branch information
blom authored and josevalim committed Mar 14, 2010
1 parent de92be3 commit e81d428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
@@ -1,7 +1,7 @@
source "http://gemcutter.org"

# Need to install Rails from source
gem "rails", "3.0.0.beta1"
gem "rails", "3.0.0.beta1", :git => "git://github.com/rails/rails.git"
gem "warden", "0.9.7"
gem "sqlite3-ruby", :require => "sqlite3"
gem "webrat", "0.7"
Expand All @@ -15,5 +15,5 @@ end
group :mongo_mapper do
gem "mongo", "0.18.3"
gem "mongo_ext", "0.18.3", :require => false
gem "mongo_mapper", :git => "git://github.com/merbjedi/mongomapper.git", :branch => "rails3"
gem "mongo_mapper-rails3", :git => "git://github.com/merbjedi/mongomapper.git", :branch => "rails3"
end

0 comments on commit e81d428

Please sign in to comment.