mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Update Rails dependency across all lockfiles
This commit is contained in:
parent
50679e1d93
commit
9a5783ade3
4 changed files with 73 additions and 73 deletions
50
Gemfile.lock
50
Gemfile.lock
|
@ -11,27 +11,27 @@ PATH
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
actionmailer (4.1.2)
|
||||
actionpack (= 4.1.2)
|
||||
actionview (= 4.1.2)
|
||||
actionmailer (4.1.4)
|
||||
actionpack (= 4.1.4)
|
||||
actionview (= 4.1.4)
|
||||
mail (~> 2.5.4)
|
||||
actionpack (4.1.2)
|
||||
actionview (= 4.1.2)
|
||||
activesupport (= 4.1.2)
|
||||
actionpack (4.1.4)
|
||||
actionview (= 4.1.4)
|
||||
activesupport (= 4.1.4)
|
||||
rack (~> 1.5.2)
|
||||
rack-test (~> 0.6.2)
|
||||
actionview (4.1.2)
|
||||
activesupport (= 4.1.2)
|
||||
actionview (4.1.4)
|
||||
activesupport (= 4.1.4)
|
||||
builder (~> 3.1)
|
||||
erubis (~> 2.7.0)
|
||||
activemodel (4.1.2)
|
||||
activesupport (= 4.1.2)
|
||||
activemodel (4.1.4)
|
||||
activesupport (= 4.1.4)
|
||||
builder (~> 3.1)
|
||||
activerecord (4.1.2)
|
||||
activemodel (= 4.1.2)
|
||||
activesupport (= 4.1.2)
|
||||
activerecord (4.1.4)
|
||||
activemodel (= 4.1.4)
|
||||
activesupport (= 4.1.4)
|
||||
arel (~> 5.0.0)
|
||||
activesupport (4.1.2)
|
||||
activesupport (4.1.4)
|
||||
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.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)
|
||||
rails (4.1.4)
|
||||
actionmailer (= 4.1.4)
|
||||
actionpack (= 4.1.4)
|
||||
actionview (= 4.1.4)
|
||||
activemodel (= 4.1.4)
|
||||
activerecord (= 4.1.4)
|
||||
activesupport (= 4.1.4)
|
||||
bundler (>= 1.3.0, < 2.0)
|
||||
railties (= 4.1.2)
|
||||
railties (= 4.1.4)
|
||||
sprockets-rails (~> 2.0)
|
||||
railties (4.1.2)
|
||||
actionpack (= 4.1.2)
|
||||
activesupport (= 4.1.2)
|
||||
railties (4.1.4)
|
||||
actionpack (= 4.1.4)
|
||||
activesupport (= 4.1.4)
|
||||
rake (>= 0.8.7)
|
||||
thor (>= 0.18.1, < 2.0)
|
||||
rake (10.3.2)
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
GIT
|
||||
remote: git://github.com/rails/rails.git
|
||||
revision: 297bff7f8f01fbda2a6bacaed4afb3d060292b9f
|
||||
revision: c43f20a4048ff2b245f8f163c2f9642f56c697a0
|
||||
branch: 3-2-stable
|
||||
specs:
|
||||
actionmailer (3.2.18)
|
||||
actionpack (= 3.2.18)
|
||||
actionmailer (3.2.19)
|
||||
actionpack (= 3.2.19)
|
||||
mail (~> 2.5.4)
|
||||
actionpack (3.2.18)
|
||||
activemodel (= 3.2.18)
|
||||
activesupport (= 3.2.18)
|
||||
actionpack (3.2.19)
|
||||
activemodel (= 3.2.19)
|
||||
activesupport (= 3.2.19)
|
||||
builder (~> 3.0.0)
|
||||
erubis (~> 2.7.0)
|
||||
journey (~> 1.0.4)
|
||||
|
@ -16,31 +16,31 @@ GIT
|
|||
rack-cache (~> 1.2)
|
||||
rack-test (~> 0.6.1)
|
||||
sprockets (~> 2.2.1)
|
||||
activemodel (3.2.18)
|
||||
activesupport (= 3.2.18)
|
||||
activemodel (3.2.19)
|
||||
activesupport (= 3.2.19)
|
||||
builder (~> 3.0.0)
|
||||
activerecord (3.2.18)
|
||||
activemodel (= 3.2.18)
|
||||
activesupport (= 3.2.18)
|
||||
activerecord (3.2.19)
|
||||
activemodel (= 3.2.19)
|
||||
activesupport (= 3.2.19)
|
||||
arel (~> 3.0.2)
|
||||
tzinfo (~> 0.3.29)
|
||||
activeresource (3.2.18)
|
||||
activemodel (= 3.2.18)
|
||||
activesupport (= 3.2.18)
|
||||
activesupport (3.2.18)
|
||||
activeresource (3.2.19)
|
||||
activemodel (= 3.2.19)
|
||||
activesupport (= 3.2.19)
|
||||
activesupport (3.2.19)
|
||||
i18n (~> 0.6, >= 0.6.4)
|
||||
multi_json (~> 1.0)
|
||||
rails (3.2.18)
|
||||
actionmailer (= 3.2.18)
|
||||
actionpack (= 3.2.18)
|
||||
activerecord (= 3.2.18)
|
||||
activeresource (= 3.2.18)
|
||||
activesupport (= 3.2.18)
|
||||
rails (3.2.19)
|
||||
actionmailer (= 3.2.19)
|
||||
actionpack (= 3.2.19)
|
||||
activerecord (= 3.2.19)
|
||||
activeresource (= 3.2.19)
|
||||
activesupport (= 3.2.19)
|
||||
bundler (~> 1.0)
|
||||
railties (= 3.2.18)
|
||||
railties (3.2.18)
|
||||
actionpack (= 3.2.18)
|
||||
activesupport (= 3.2.18)
|
||||
railties (= 3.2.19)
|
||||
railties (3.2.19)
|
||||
actionpack (= 3.2.19)
|
||||
activesupport (= 3.2.19)
|
||||
rack-ssl (~> 1.3.2)
|
||||
rake (>= 0.8.7)
|
||||
rdoc (~> 3.4)
|
||||
|
|
|
@ -1,42 +1,42 @@
|
|||
GIT
|
||||
remote: git://github.com/rails/rails.git
|
||||
revision: 3be7f294cdbe44501eb2090241652b852fa23bdb
|
||||
revision: 3f233ae42d8d7c2453216d9f531c5bd896bb8647
|
||||
branch: 4-0-stable
|
||||
specs:
|
||||
actionmailer (4.0.6)
|
||||
actionpack (= 4.0.6)
|
||||
actionmailer (4.0.8)
|
||||
actionpack (= 4.0.8)
|
||||
mail (~> 2.5, >= 2.5.4)
|
||||
actionpack (4.0.6)
|
||||
activesupport (= 4.0.6)
|
||||
actionpack (4.0.8)
|
||||
activesupport (= 4.0.8)
|
||||
builder (~> 3.1.0)
|
||||
erubis (~> 2.7.0)
|
||||
rack (~> 1.5.2)
|
||||
rack-test (~> 0.6.2)
|
||||
activemodel (4.0.6)
|
||||
activesupport (= 4.0.6)
|
||||
activemodel (4.0.8)
|
||||
activesupport (= 4.0.8)
|
||||
builder (~> 3.1.0)
|
||||
activerecord (4.0.6)
|
||||
activemodel (= 4.0.6)
|
||||
activerecord (4.0.8)
|
||||
activemodel (= 4.0.8)
|
||||
activerecord-deprecated_finders (~> 1.0.2)
|
||||
activesupport (= 4.0.6)
|
||||
activesupport (= 4.0.8)
|
||||
arel (~> 4.0.0)
|
||||
activesupport (4.0.6)
|
||||
activesupport (4.0.8)
|
||||
i18n (~> 0.6, >= 0.6.9)
|
||||
minitest (~> 4.2)
|
||||
multi_json (~> 1.3)
|
||||
thread_safe (~> 0.1)
|
||||
tzinfo (~> 0.3.37)
|
||||
rails (4.0.6)
|
||||
actionmailer (= 4.0.6)
|
||||
actionpack (= 4.0.6)
|
||||
activerecord (= 4.0.6)
|
||||
activesupport (= 4.0.6)
|
||||
rails (4.0.8)
|
||||
actionmailer (= 4.0.8)
|
||||
actionpack (= 4.0.8)
|
||||
activerecord (= 4.0.8)
|
||||
activesupport (= 4.0.8)
|
||||
bundler (>= 1.3.0, < 2.0)
|
||||
railties (= 4.0.6)
|
||||
railties (= 4.0.8)
|
||||
sprockets-rails (~> 2.0)
|
||||
railties (4.0.6)
|
||||
actionpack (= 4.0.6)
|
||||
activesupport (= 4.0.6)
|
||||
railties (4.0.8)
|
||||
actionpack (= 4.0.8)
|
||||
activesupport (= 4.0.8)
|
||||
rake (>= 0.8.7)
|
||||
thor (>= 0.18.1, < 2.0)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
GIT
|
||||
remote: git://github.com/mongoid/mongoid.git
|
||||
revision: 50b633c8baf2fa467e8c36b18a013a2cd50e0454
|
||||
revision: e01daa73623520716d62b7513bda10e978e0d583
|
||||
branch: master
|
||||
specs:
|
||||
mongoid (4.0.0)
|
||||
|
@ -11,13 +11,13 @@ GIT
|
|||
|
||||
GIT
|
||||
remote: git://github.com/rails/arel.git
|
||||
revision: ebbd786945c12f65062ef5b4809b4f13643e3c52
|
||||
revision: 66cee768bc163537087037a583f60639eae49fc3
|
||||
specs:
|
||||
arel (6.0.0.20140505020427)
|
||||
|
||||
GIT
|
||||
remote: git://github.com/rails/rails.git
|
||||
revision: d04763f43c905375d20213b020d258bab959bd51
|
||||
revision: 03c9c0e2fa83e4ccaefb3b06970b9c3efe170be5
|
||||
specs:
|
||||
actionmailer (4.2.0.alpha)
|
||||
actionpack (= 4.2.0.alpha)
|
||||
|
|
Loading…
Reference in a new issue