mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Depend on Rails 3 gem in Gemfile.
This commit is contained in:
parent
e582112369
commit
c8bd965462
2 changed files with 35 additions and 43 deletions
6
Gemfile
6
Gemfile
|
@ -1,10 +1,6 @@
|
|||
source "http://rubygems.org"
|
||||
|
||||
if File.exist? File.expand_path('../../rails', __FILE__)
|
||||
gem "rails", :path => "../rails"
|
||||
else
|
||||
gem "rails", :git => "git://github.com/rails/rails.git"
|
||||
end
|
||||
gem "rails", "3.0.0"
|
||||
|
||||
platforms :jruby do
|
||||
gem 'activerecord-jdbcsqlite3-adapter'
|
||||
|
|
72
Gemfile.lock
72
Gemfile.lock
|
@ -9,15 +9,16 @@ GIT
|
|||
tzinfo (~> 0.3.22)
|
||||
will_paginate (~> 3.0.pre)
|
||||
|
||||
PATH
|
||||
remote: /Users/jose/Work/github/rails
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
actionmailer (3.0.0.rc2)
|
||||
actionpack (= 3.0.0.rc2)
|
||||
abstract (1.0.0)
|
||||
actionmailer (3.0.0)
|
||||
actionpack (= 3.0.0)
|
||||
mail (~> 2.2.5)
|
||||
actionpack (3.0.0.rc2)
|
||||
activemodel (= 3.0.0.rc2)
|
||||
activesupport (= 3.0.0.rc2)
|
||||
actionpack (3.0.0)
|
||||
activemodel (= 3.0.0)
|
||||
activesupport (= 3.0.0)
|
||||
builder (~> 2.1.2)
|
||||
erubis (~> 2.6.6)
|
||||
i18n (~> 0.4.1)
|
||||
|
@ -25,44 +26,26 @@ PATH
|
|||
rack-mount (~> 0.6.12)
|
||||
rack-test (~> 0.5.4)
|
||||
tzinfo (~> 0.3.23)
|
||||
activemodel (3.0.0.rc2)
|
||||
activesupport (= 3.0.0.rc2)
|
||||
activemodel (3.0.0)
|
||||
activesupport (= 3.0.0)
|
||||
builder (~> 2.1.2)
|
||||
i18n (~> 0.4.1)
|
||||
activerecord (3.0.0.rc2)
|
||||
activemodel (= 3.0.0.rc2)
|
||||
activesupport (= 3.0.0.rc2)
|
||||
arel (~> 1.0.0.rc1)
|
||||
activerecord (3.0.0)
|
||||
activemodel (= 3.0.0)
|
||||
activesupport (= 3.0.0)
|
||||
arel (~> 1.0.0)
|
||||
tzinfo (~> 0.3.23)
|
||||
activeresource (3.0.0.rc2)
|
||||
activemodel (= 3.0.0.rc2)
|
||||
activesupport (= 3.0.0.rc2)
|
||||
activesupport (3.0.0.rc2)
|
||||
rails (3.0.0.rc2)
|
||||
actionmailer (= 3.0.0.rc2)
|
||||
actionpack (= 3.0.0.rc2)
|
||||
activerecord (= 3.0.0.rc2)
|
||||
activeresource (= 3.0.0.rc2)
|
||||
activesupport (= 3.0.0.rc2)
|
||||
bundler (>= 1.0.0.rc.6)
|
||||
railties (= 3.0.0.rc2)
|
||||
railties (3.0.0.rc2)
|
||||
actionpack (= 3.0.0.rc2)
|
||||
activesupport (= 3.0.0.rc2)
|
||||
rake (>= 0.8.4)
|
||||
thor (~> 0.14.0)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
abstract (1.0.0)
|
||||
activerecord-jdbc-adapter (0.9.7-java)
|
||||
activerecord-jdbcsqlite3-adapter (0.9.7-java)
|
||||
activerecord-jdbc-adapter (= 0.9.7)
|
||||
jdbc-sqlite3 (>= 3.6.3.054)
|
||||
activeresource (3.0.0)
|
||||
activemodel (= 3.0.0)
|
||||
activesupport (= 3.0.0)
|
||||
activesupport (3.0.0)
|
||||
addressable (2.2.0)
|
||||
arel (1.0.0.rc1)
|
||||
activesupport (>= 3.0.0.beta)
|
||||
arel (1.0.1)
|
||||
activesupport (~> 3.0.0)
|
||||
bcrypt-ruby (2.1.2)
|
||||
bson (1.0.4)
|
||||
bson_ext (1.0.4)
|
||||
|
@ -98,6 +81,19 @@ GEM
|
|||
rack (>= 1.0.0)
|
||||
rack-test (0.5.4)
|
||||
rack (>= 1.0)
|
||||
rails (3.0.0)
|
||||
actionmailer (= 3.0.0)
|
||||
actionpack (= 3.0.0)
|
||||
activerecord (= 3.0.0)
|
||||
activeresource (= 3.0.0)
|
||||
activesupport (= 3.0.0)
|
||||
bundler (~> 1.0.0)
|
||||
railties (= 3.0.0)
|
||||
railties (3.0.0)
|
||||
actionpack (= 3.0.0)
|
||||
activesupport (= 3.0.0)
|
||||
rake (>= 0.8.4)
|
||||
thor (~> 0.14.0)
|
||||
rake (0.8.7)
|
||||
ruby-debug (0.10.3)
|
||||
columnize (>= 0.1)
|
||||
|
@ -130,7 +126,7 @@ DEPENDENCIES
|
|||
mongo
|
||||
mongoid!
|
||||
oauth2
|
||||
rails!
|
||||
rails (= 3.0.0)
|
||||
ruby-debug (>= 0.10.3)
|
||||
sqlite3-ruby
|
||||
warden (= 0.10.7)
|
||||
|
|
Loading…
Reference in a new issue