mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Updated the gem dependencies.
Signed-off-by: José Valim <jose.valim@gmail.com>
This commit is contained in:
parent
185541b9e4
commit
6ce33b7b57
1 changed files with 4 additions and 4 deletions
8
Gemfile
8
Gemfile
|
@ -1,7 +1,7 @@
|
|||
source "http://gemcutter.org"
|
||||
|
||||
# Need to install Rails from source
|
||||
gem "rails", "3.0.0.beta1", :git => "git://github.com/rails/rails.git"
|
||||
gem "rails", :git => "git://github.com/rails/rails.git"
|
||||
gem "warden", "0.9.7"
|
||||
gem "sqlite3-ruby", :require => "sqlite3"
|
||||
gem "webrat", "0.7"
|
||||
|
@ -13,7 +13,7 @@ if RUBY_VERSION < '1.9'
|
|||
end
|
||||
|
||||
group :mongo_mapper do
|
||||
gem "mongo", "0.18.3"
|
||||
gem "mongo_ext", "0.18.3", :require => false
|
||||
gem "mongo_mapper-rails3", :git => "git://github.com/merbjedi/mongomapper.git", :branch => "rails3"
|
||||
gem "mongo", ">= 0.18.3"
|
||||
gem "mongo_ext", ">= 0.18.3", :require => false
|
||||
gem "mongo_mapper", :git => "git://github.com/jnunemaker/mongomapper.git"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue