From 2c8e242000921910077951ecce538a21e802c59d Mon Sep 17 00:00:00 2001 From: Lucas Mazza Date: Tue, 16 Dec 2014 11:03:26 -0200 Subject: [PATCH] Use Rails 4.2.0.rc3. --- Gemfile | 2 +- Gemfile.lock | 64 ++++++++++++++++++++++++++-------------------------- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/Gemfile b/Gemfile index 43869ec3..56b744a0 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gemspec -gem "rails", "4.2.0.rc1" +gem "rails", "4.2.0.rc3" gem "omniauth", "~> 1.2.0" gem "omniauth-oauth2", "~> 1.1.0" gem "rdoc" diff --git a/Gemfile.lock b/Gemfile.lock index e7a9eb9c..de6ecba7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -23,36 +23,36 @@ PATH GEM remote: https://rubygems.org/ specs: - actionmailer (4.2.0.rc1) - actionpack (= 4.2.0.rc1) - actionview (= 4.2.0.rc1) - activejob (= 4.2.0.rc1) + actionmailer (4.2.0.rc3) + actionpack (= 4.2.0.rc3) + actionview (= 4.2.0.rc3) + activejob (= 4.2.0.rc3) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.0.rc1) - actionview (= 4.2.0.rc1) - activesupport (= 4.2.0.rc1) + actionpack (4.2.0.rc3) + actionview (= 4.2.0.rc3) + activesupport (= 4.2.0.rc3) rack (~> 1.6.0.beta2) rack-test (~> 0.6.2) rails-dom-testing (~> 1.0, >= 1.0.5) rails-html-sanitizer (~> 1.0, >= 1.0.1) - actionview (4.2.0.rc1) - activesupport (= 4.2.0.rc1) + actionview (4.2.0.rc3) + activesupport (= 4.2.0.rc3) builder (~> 3.1) erubis (~> 2.7.0) rails-dom-testing (~> 1.0, >= 1.0.5) rails-html-sanitizer (~> 1.0, >= 1.0.1) - activejob (4.2.0.rc1) - activesupport (= 4.2.0.rc1) + activejob (4.2.0.rc3) + activesupport (= 4.2.0.rc3) globalid (>= 0.3.0) - activemodel (4.2.0.rc1) - activesupport (= 4.2.0.rc1) + activemodel (4.2.0.rc3) + activesupport (= 4.2.0.rc3) builder (~> 3.1) - activerecord (4.2.0.rc1) - activemodel (= 4.2.0.rc1) - activesupport (= 4.2.0.rc1) + activerecord (4.2.0.rc3) + activemodel (= 4.2.0.rc3) + activesupport (= 4.2.0.rc3) arel (~> 6.0) - activesupport (4.2.0.rc1) + activesupport (4.2.0.rc3) i18n (>= 0.7.0.beta1, < 0.8) json (~> 1.7, >= 1.7.7) minitest (~> 5.1) @@ -80,7 +80,7 @@ GEM metaclass (0.0.4) mime-types (2.4.3) mini_portile (0.6.1) - minitest (5.4.3) + minitest (5.5.0) mocha (1.1.0) metaclass (~> 0.0.1) moped (2.0.2) @@ -120,16 +120,16 @@ GEM ruby-openid (>= 2.1.8) rack-test (0.6.2) rack (>= 1.0) - rails (4.2.0.rc1) - actionmailer (= 4.2.0.rc1) - actionpack (= 4.2.0.rc1) - actionview (= 4.2.0.rc1) - activejob (= 4.2.0.rc1) - activemodel (= 4.2.0.rc1) - activerecord (= 4.2.0.rc1) - activesupport (= 4.2.0.rc1) + rails (4.2.0.rc3) + actionmailer (= 4.2.0.rc3) + actionpack (= 4.2.0.rc3) + actionview (= 4.2.0.rc3) + activejob (= 4.2.0.rc3) + activemodel (= 4.2.0.rc3) + activerecord (= 4.2.0.rc3) + activesupport (= 4.2.0.rc3) bundler (>= 1.3.0, < 2.0) - railties (= 4.2.0.rc1) + railties (= 4.2.0.rc3) sprockets-rails rails-deprecated_sanitizer (1.0.3) activesupport (>= 4.2.0.alpha) @@ -139,12 +139,12 @@ GEM rails-deprecated_sanitizer (>= 1.0.1) rails-html-sanitizer (1.0.1) loofah (~> 2.0) - railties (4.2.0.rc1) - actionpack (= 4.2.0.rc1) - activesupport (= 4.2.0.rc1) + railties (4.2.0.rc3) + actionpack (= 4.2.0.rc3) + activesupport (= 4.2.0.rc3) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - rake (10.4.0) + rake (10.4.2) rdoc (4.1.2) json (~> 1.4) responders (2.0.2) @@ -186,7 +186,7 @@ DEPENDENCIES omniauth-facebook omniauth-oauth2 (~> 1.1.0) omniauth-openid (~> 1.0.1) - rails (= 4.2.0.rc1) + rails (= 4.2.0.rc3) rdoc sqlite3 webrat (= 0.7.3)