mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Update Rails version across all the Gemfiles
This commit is contained in:
parent
b6af1675d5
commit
50679e1d93
4 changed files with 48 additions and 48 deletions
50
Gemfile.lock
50
Gemfile.lock
|
@ -11,27 +11,27 @@ PATH
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
actionmailer (4.1.1)
|
||||
actionpack (= 4.1.1)
|
||||
actionview (= 4.1.1)
|
||||
actionmailer (4.1.2)
|
||||
actionpack (= 4.1.2)
|
||||
actionview (= 4.1.2)
|
||||
mail (~> 2.5.4)
|
||||
actionpack (4.1.1)
|
||||
actionview (= 4.1.1)
|
||||
activesupport (= 4.1.1)
|
||||
actionpack (4.1.2)
|
||||
actionview (= 4.1.2)
|
||||
activesupport (= 4.1.2)
|
||||
rack (~> 1.5.2)
|
||||
rack-test (~> 0.6.2)
|
||||
actionview (4.1.1)
|
||||
activesupport (= 4.1.1)
|
||||
actionview (4.1.2)
|
||||
activesupport (= 4.1.2)
|
||||
builder (~> 3.1)
|
||||
erubis (~> 2.7.0)
|
||||
activemodel (4.1.1)
|
||||
activesupport (= 4.1.1)
|
||||
activemodel (4.1.2)
|
||||
activesupport (= 4.1.2)
|
||||
builder (~> 3.1)
|
||||
activerecord (4.1.1)
|
||||
activemodel (= 4.1.1)
|
||||
activesupport (= 4.1.1)
|
||||
activerecord (4.1.2)
|
||||
activemodel (= 4.1.2)
|
||||
activesupport (= 4.1.2)
|
||||
arel (~> 5.0.0)
|
||||
activesupport (4.1.1)
|
||||
activesupport (4.1.2)
|
||||
i18n (~> 0.6, >= 0.6.9)
|
||||
json (~> 1.7, >= 1.7.7)
|
||||
minitest (~> 5.1)
|
||||
|
@ -102,19 +102,19 @@ GEM
|
|||
ruby-openid (>= 2.1.8)
|
||||
rack-test (0.6.2)
|
||||
rack (>= 1.0)
|
||||
rails (4.1.1)
|
||||
actionmailer (= 4.1.1)
|
||||
actionpack (= 4.1.1)
|
||||
actionview (= 4.1.1)
|
||||
activemodel (= 4.1.1)
|
||||
activerecord (= 4.1.1)
|
||||
activesupport (= 4.1.1)
|
||||
rails (4.1.2)
|
||||
actionmailer (= 4.1.2)
|
||||
actionpack (= 4.1.2)
|
||||
actionview (= 4.1.2)
|
||||
activemodel (= 4.1.2)
|
||||
activerecord (= 4.1.2)
|
||||
activesupport (= 4.1.2)
|
||||
bundler (>= 1.3.0, < 2.0)
|
||||
railties (= 4.1.1)
|
||||
railties (= 4.1.2)
|
||||
sprockets-rails (~> 2.0)
|
||||
railties (4.1.1)
|
||||
actionpack (= 4.1.1)
|
||||
activesupport (= 4.1.1)
|
||||
railties (4.1.2)
|
||||
actionpack (= 4.1.2)
|
||||
activesupport (= 4.1.2)
|
||||
rake (>= 0.8.7)
|
||||
thor (>= 0.18.1, < 2.0)
|
||||
rake (10.3.2)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
GIT
|
||||
remote: git://github.com/rails/rails.git
|
||||
revision: bc90ea63e9937d2eee3da7dce022bf4bed10e49a
|
||||
revision: 297bff7f8f01fbda2a6bacaed4afb3d060292b9f
|
||||
branch: 3-2-stable
|
||||
specs:
|
||||
actionmailer (3.2.18)
|
||||
|
|
|
@ -1,42 +1,42 @@
|
|||
GIT
|
||||
remote: git://github.com/rails/rails.git
|
||||
revision: 82139b987602bab87607cb96f333cd9fe1c0171f
|
||||
revision: 3be7f294cdbe44501eb2090241652b852fa23bdb
|
||||
branch: 4-0-stable
|
||||
specs:
|
||||
actionmailer (4.0.5)
|
||||
actionpack (= 4.0.5)
|
||||
actionmailer (4.0.6)
|
||||
actionpack (= 4.0.6)
|
||||
mail (~> 2.5, >= 2.5.4)
|
||||
actionpack (4.0.5)
|
||||
activesupport (= 4.0.5)
|
||||
actionpack (4.0.6)
|
||||
activesupport (= 4.0.6)
|
||||
builder (~> 3.1.0)
|
||||
erubis (~> 2.7.0)
|
||||
rack (~> 1.5.2)
|
||||
rack-test (~> 0.6.2)
|
||||
activemodel (4.0.5)
|
||||
activesupport (= 4.0.5)
|
||||
activemodel (4.0.6)
|
||||
activesupport (= 4.0.6)
|
||||
builder (~> 3.1.0)
|
||||
activerecord (4.0.5)
|
||||
activemodel (= 4.0.5)
|
||||
activerecord (4.0.6)
|
||||
activemodel (= 4.0.6)
|
||||
activerecord-deprecated_finders (~> 1.0.2)
|
||||
activesupport (= 4.0.5)
|
||||
activesupport (= 4.0.6)
|
||||
arel (~> 4.0.0)
|
||||
activesupport (4.0.5)
|
||||
activesupport (4.0.6)
|
||||
i18n (~> 0.6, >= 0.6.9)
|
||||
minitest (~> 4.2)
|
||||
multi_json (~> 1.3)
|
||||
thread_safe (~> 0.1)
|
||||
tzinfo (~> 0.3.37)
|
||||
rails (4.0.5)
|
||||
actionmailer (= 4.0.5)
|
||||
actionpack (= 4.0.5)
|
||||
activerecord (= 4.0.5)
|
||||
activesupport (= 4.0.5)
|
||||
rails (4.0.6)
|
||||
actionmailer (= 4.0.6)
|
||||
actionpack (= 4.0.6)
|
||||
activerecord (= 4.0.6)
|
||||
activesupport (= 4.0.6)
|
||||
bundler (>= 1.3.0, < 2.0)
|
||||
railties (= 4.0.5)
|
||||
railties (= 4.0.6)
|
||||
sprockets-rails (~> 2.0)
|
||||
railties (4.0.5)
|
||||
actionpack (= 4.0.5)
|
||||
activesupport (= 4.0.5)
|
||||
railties (4.0.6)
|
||||
actionpack (= 4.0.6)
|
||||
activesupport (= 4.0.6)
|
||||
rake (>= 0.8.7)
|
||||
thor (>= 0.18.1, < 2.0)
|
||||
|
||||
|
|
|
@ -11,13 +11,13 @@ GIT
|
|||
|
||||
GIT
|
||||
remote: git://github.com/rails/arel.git
|
||||
revision: f50de54a6f0c59ab75526cfdb7896830130ffdf7
|
||||
revision: ebbd786945c12f65062ef5b4809b4f13643e3c52
|
||||
specs:
|
||||
arel (6.0.0.20140505020427)
|
||||
|
||||
GIT
|
||||
remote: git://github.com/rails/rails.git
|
||||
revision: 9ac1ce11ad9ec22157d2e542437c5c5cccaf58fe
|
||||
revision: d04763f43c905375d20213b020d258bab959bd51
|
||||
specs:
|
||||
actionmailer (4.2.0.alpha)
|
||||
actionpack (= 4.2.0.alpha)
|
||||
|
|
Loading…
Reference in a new issue