1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Use Rails 4.2.0.rc3.

This commit is contained in:
Lucas Mazza 2014-12-16 11:03:26 -02:00
parent bf30ddddc0
commit 2c8e242000
2 changed files with 33 additions and 33 deletions

View file

@ -2,7 +2,7 @@ source "https://rubygems.org"
gemspec gemspec
gem "rails", "4.2.0.rc1" gem "rails", "4.2.0.rc3"
gem "omniauth", "~> 1.2.0" gem "omniauth", "~> 1.2.0"
gem "omniauth-oauth2", "~> 1.1.0" gem "omniauth-oauth2", "~> 1.1.0"
gem "rdoc" gem "rdoc"

View file

@ -23,36 +23,36 @@ PATH
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actionmailer (4.2.0.rc1) actionmailer (4.2.0.rc3)
actionpack (= 4.2.0.rc1) actionpack (= 4.2.0.rc3)
actionview (= 4.2.0.rc1) actionview (= 4.2.0.rc3)
activejob (= 4.2.0.rc1) activejob (= 4.2.0.rc3)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.5) rails-dom-testing (~> 1.0, >= 1.0.5)
actionpack (4.2.0.rc1) actionpack (4.2.0.rc3)
actionview (= 4.2.0.rc1) actionview (= 4.2.0.rc3)
activesupport (= 4.2.0.rc1) activesupport (= 4.2.0.rc3)
rack (~> 1.6.0.beta2) rack (~> 1.6.0.beta2)
rack-test (~> 0.6.2) rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.5) rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.1) rails-html-sanitizer (~> 1.0, >= 1.0.1)
actionview (4.2.0.rc1) actionview (4.2.0.rc3)
activesupport (= 4.2.0.rc1) activesupport (= 4.2.0.rc3)
builder (~> 3.1) builder (~> 3.1)
erubis (~> 2.7.0) erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5) rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.1) rails-html-sanitizer (~> 1.0, >= 1.0.1)
activejob (4.2.0.rc1) activejob (4.2.0.rc3)
activesupport (= 4.2.0.rc1) activesupport (= 4.2.0.rc3)
globalid (>= 0.3.0) globalid (>= 0.3.0)
activemodel (4.2.0.rc1) activemodel (4.2.0.rc3)
activesupport (= 4.2.0.rc1) activesupport (= 4.2.0.rc3)
builder (~> 3.1) builder (~> 3.1)
activerecord (4.2.0.rc1) activerecord (4.2.0.rc3)
activemodel (= 4.2.0.rc1) activemodel (= 4.2.0.rc3)
activesupport (= 4.2.0.rc1) activesupport (= 4.2.0.rc3)
arel (~> 6.0) arel (~> 6.0)
activesupport (4.2.0.rc1) activesupport (4.2.0.rc3)
i18n (>= 0.7.0.beta1, < 0.8) i18n (>= 0.7.0.beta1, < 0.8)
json (~> 1.7, >= 1.7.7) json (~> 1.7, >= 1.7.7)
minitest (~> 5.1) minitest (~> 5.1)
@ -80,7 +80,7 @@ GEM
metaclass (0.0.4) metaclass (0.0.4)
mime-types (2.4.3) mime-types (2.4.3)
mini_portile (0.6.1) mini_portile (0.6.1)
minitest (5.4.3) minitest (5.5.0)
mocha (1.1.0) mocha (1.1.0)
metaclass (~> 0.0.1) metaclass (~> 0.0.1)
moped (2.0.2) moped (2.0.2)
@ -120,16 +120,16 @@ GEM
ruby-openid (>= 2.1.8) ruby-openid (>= 2.1.8)
rack-test (0.6.2) rack-test (0.6.2)
rack (>= 1.0) rack (>= 1.0)
rails (4.2.0.rc1) rails (4.2.0.rc3)
actionmailer (= 4.2.0.rc1) actionmailer (= 4.2.0.rc3)
actionpack (= 4.2.0.rc1) actionpack (= 4.2.0.rc3)
actionview (= 4.2.0.rc1) actionview (= 4.2.0.rc3)
activejob (= 4.2.0.rc1) activejob (= 4.2.0.rc3)
activemodel (= 4.2.0.rc1) activemodel (= 4.2.0.rc3)
activerecord (= 4.2.0.rc1) activerecord (= 4.2.0.rc3)
activesupport (= 4.2.0.rc1) activesupport (= 4.2.0.rc3)
bundler (>= 1.3.0, < 2.0) bundler (>= 1.3.0, < 2.0)
railties (= 4.2.0.rc1) railties (= 4.2.0.rc3)
sprockets-rails sprockets-rails
rails-deprecated_sanitizer (1.0.3) rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha) activesupport (>= 4.2.0.alpha)
@ -139,12 +139,12 @@ GEM
rails-deprecated_sanitizer (>= 1.0.1) rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.1) rails-html-sanitizer (1.0.1)
loofah (~> 2.0) loofah (~> 2.0)
railties (4.2.0.rc1) railties (4.2.0.rc3)
actionpack (= 4.2.0.rc1) actionpack (= 4.2.0.rc3)
activesupport (= 4.2.0.rc1) activesupport (= 4.2.0.rc3)
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0) thor (>= 0.18.1, < 2.0)
rake (10.4.0) rake (10.4.2)
rdoc (4.1.2) rdoc (4.1.2)
json (~> 1.4) json (~> 1.4)
responders (2.0.2) responders (2.0.2)
@ -186,7 +186,7 @@ DEPENDENCIES
omniauth-facebook omniauth-facebook
omniauth-oauth2 (~> 1.1.0) omniauth-oauth2 (~> 1.1.0)
omniauth-openid (~> 1.0.1) omniauth-openid (~> 1.0.1)
rails (= 4.2.0.rc1) rails (= 4.2.0.rc3)
rdoc rdoc
sqlite3 sqlite3
webrat (= 0.7.3) webrat (= 0.7.3)