mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Use Rails master.
This commit is contained in:
parent
b8c2bbe73c
commit
895a7a4951
1 changed files with 6 additions and 2 deletions
8
Gemfile
8
Gemfile
|
@ -1,7 +1,11 @@
|
|||
source "http://rubygems.org"
|
||||
|
||||
# Need to install Rails from source
|
||||
gem "rails", "3.0.0.beta4"
|
||||
if File.exist? File.expand_path('../../rails', __FILE__)
|
||||
gem "rails", :path => "../rails"
|
||||
else
|
||||
gem "rails", :git => "git://github.com/rails/rails.git"
|
||||
end
|
||||
|
||||
gem "warden", "0.10.7"
|
||||
gem "sqlite3-ruby"
|
||||
gem "webrat", "0.7.0"
|
||||
|
|
Loading…
Reference in a new issue