From 6a84888dac0320e3af00ad342f2bdbabb0362806 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 24 Aug 2017 16:31:30 -0400 Subject: [PATCH] Upgraded Rails to 5.1.4.rc1 --- Gemfile | 2 +- Gemfile.lock | 72 ++++++++++++++++++++++++++-------------------------- 2 files changed, 37 insertions(+), 37 deletions(-) diff --git a/Gemfile b/Gemfile index 82b1db5..97a2d08 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' #don't upgrade -gem 'rails', '5.1.3' +gem 'rails', '5.1.4.rc1' ruby '2.3.4' diff --git a/Gemfile.lock b/Gemfile.lock index d21ada3..d2941d9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,39 +1,39 @@ GEM remote: https://rubygems.org/ specs: - actioncable (5.1.3) - actionpack (= 5.1.3) + actioncable (5.1.4.rc1) + actionpack (= 5.1.4.rc1) nio4r (~> 2.0) websocket-driver (~> 0.6.1) - actionmailer (5.1.3) - actionpack (= 5.1.3) - actionview (= 5.1.3) - activejob (= 5.1.3) + actionmailer (5.1.4.rc1) + actionpack (= 5.1.4.rc1) + actionview (= 5.1.4.rc1) + activejob (= 5.1.4.rc1) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (5.1.3) - actionview (= 5.1.3) - activesupport (= 5.1.3) + actionpack (5.1.4.rc1) + actionview (= 5.1.4.rc1) + activesupport (= 5.1.4.rc1) rack (~> 2.0) - rack-test (~> 0.6.3) + rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.1.3) - activesupport (= 5.1.3) + actionview (5.1.4.rc1) + activesupport (= 5.1.4.rc1) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activejob (5.1.3) - activesupport (= 5.1.3) + activejob (5.1.4.rc1) + activesupport (= 5.1.4.rc1) globalid (>= 0.3.6) - activemodel (5.1.3) - activesupport (= 5.1.3) - activerecord (5.1.3) - activemodel (= 5.1.3) - activesupport (= 5.1.3) + activemodel (5.1.4.rc1) + activesupport (= 5.1.4.rc1) + activerecord (5.1.4.rc1) + activemodel (= 5.1.4.rc1) + activesupport (= 5.1.4.rc1) arel (~> 8.0) - activesupport (5.1.3) + activesupport (5.1.4.rc1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (~> 0.7) minitest (~> 5.1) @@ -192,28 +192,28 @@ GEM rack (2.0.3) rack-livereload (0.3.16) rack - rack-test (0.6.3) - rack (>= 1.0) - rails (5.1.3) - actioncable (= 5.1.3) - actionmailer (= 5.1.3) - actionpack (= 5.1.3) - actionview (= 5.1.3) - activejob (= 5.1.3) - activemodel (= 5.1.3) - activerecord (= 5.1.3) - activesupport (= 5.1.3) + rack-test (0.7.0) + rack (>= 1.0, < 3) + rails (5.1.4.rc1) + actioncable (= 5.1.4.rc1) + actionmailer (= 5.1.4.rc1) + actionpack (= 5.1.4.rc1) + actionview (= 5.1.4.rc1) + activejob (= 5.1.4.rc1) + activemodel (= 5.1.4.rc1) + activerecord (= 5.1.4.rc1) + activesupport (= 5.1.4.rc1) bundler (>= 1.3.0) - railties (= 5.1.3) + railties (= 5.1.4.rc1) sprockets-rails (>= 2.0.0) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) rails-html-sanitizer (1.0.3) loofah (~> 2.0) - railties (5.1.3) - actionpack (= 5.1.3) - activesupport (= 5.1.3) + railties (5.1.4.rc1) + actionpack (= 5.1.4.rc1) + activesupport (= 5.1.4.rc1) method_source rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) @@ -329,7 +329,7 @@ DEPENDENCIES pry pry-rails rack-livereload - rails (= 5.1.3) + rails (= 5.1.4.rc1) rake rb-fsevent responders