Update rails to version 4.2.0

This commit is contained in:
Erik Michaels-Ober 2014-12-20 09:02:00 -05:00
parent ea85af4b9b
commit 9616b113c4
2 changed files with 34 additions and 34 deletions

View File

@ -1,7 +1,7 @@
source 'https://rubygems.org' source 'https://rubygems.org'
ruby '2.2.0' ruby '2.2.0'
gem 'rails', '~> 4.2.0.rc2' gem 'rails', '~> 4.2.0'
gem 'arel' gem 'arel'
gem 'devise' gem 'devise'

View File

@ -1,40 +1,40 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actionmailer (4.2.0.rc3) actionmailer (4.2.0)
actionpack (= 4.2.0.rc3) actionpack (= 4.2.0)
actionview (= 4.2.0.rc3) actionview (= 4.2.0)
activejob (= 4.2.0.rc3) activejob (= 4.2.0)
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.rc3) actionpack (4.2.0)
actionview (= 4.2.0.rc3) actionview (= 4.2.0)
activesupport (= 4.2.0.rc3) activesupport (= 4.2.0)
rack (~> 1.6.0.beta2) rack (~> 1.6.0)
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.rc3) actionview (4.2.0)
activesupport (= 4.2.0.rc3) activesupport (= 4.2.0)
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.rc3) activejob (4.2.0)
activesupport (= 4.2.0.rc3) activesupport (= 4.2.0)
globalid (>= 0.3.0) globalid (>= 0.3.0)
activemodel (4.2.0.rc3) activemodel (4.2.0)
activesupport (= 4.2.0.rc3) activesupport (= 4.2.0)
builder (~> 3.1) builder (~> 3.1)
activerecord (4.2.0.rc3) activerecord (4.2.0)
activemodel (= 4.2.0.rc3) activemodel (= 4.2.0)
activesupport (= 4.2.0.rc3) activesupport (= 4.2.0)
arel (~> 6.0) arel (~> 6.0)
activesupport (4.2.0.rc3) activesupport (4.2.0)
i18n (>= 0.7.0.beta1, < 0.8) i18n (~> 0.7)
json (~> 1.7, >= 1.7.7) json (~> 1.7, >= 1.7.7)
minitest (~> 5.1) minitest (~> 5.1)
thread_safe (~> 0.1) thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1) tzinfo (~> 1.1)
addressable (2.3.6) addressable (2.3.6)
arel (6.0.0) arel (6.0.0)
@ -121,16 +121,16 @@ GEM
rack (~> 1.1) rack (~> 1.1)
rack-test (0.6.2) rack-test (0.6.2)
rack (>= 1.0) rack (>= 1.0)
rails (4.2.0.rc3) rails (4.2.0)
actionmailer (= 4.2.0.rc3) actionmailer (= 4.2.0)
actionpack (= 4.2.0.rc3) actionpack (= 4.2.0)
actionview (= 4.2.0.rc3) actionview (= 4.2.0)
activejob (= 4.2.0.rc3) activejob (= 4.2.0)
activemodel (= 4.2.0.rc3) activemodel (= 4.2.0)
activerecord (= 4.2.0.rc3) activerecord (= 4.2.0)
activesupport (= 4.2.0.rc3) activesupport (= 4.2.0)
bundler (>= 1.3.0, < 2.0) bundler (>= 1.3.0, < 2.0)
railties (= 4.2.0.rc3) railties (= 4.2.0)
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)
@ -159,9 +159,9 @@ GEM
sass-rails (>= 4.0) sass-rails (>= 4.0)
rails_serve_static_assets (0.0.2) rails_serve_static_assets (0.0.2)
rails_stdout_logging (0.0.3) rails_stdout_logging (0.0.3)
railties (4.2.0.rc3) railties (4.2.0)
actionpack (= 4.2.0.rc3) actionpack (= 4.2.0)
activesupport (= 4.2.0.rc3) activesupport (= 4.2.0)
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0) thor (>= 0.18.1, < 2.0)
rainbow (2.0.0) rainbow (2.0.0)
@ -240,7 +240,7 @@ DEPENDENCIES
pg pg
pry pry
puma puma
rails (~> 4.2.0.rc2) rails (~> 4.2.0)
rails_12factor rails_12factor
rails_admin rails_admin
rubocop rubocop