From 8e075a85ce8304da36276125c4fd376f1b9594ae Mon Sep 17 00:00:00 2001 From: Cory McDonald Date: Thu, 29 Nov 2018 08:36:09 -0600 Subject: [PATCH] Update Rails to fix S3 bucket defect --- Gemfile | 2 +- Gemfile.lock | 74 ++++++++++++++++++++++++++-------------------------- 2 files changed, 38 insertions(+), 38 deletions(-) diff --git a/Gemfile b/Gemfile index 6a8d33399a..df2ae7cb8d 100644 --- a/Gemfile +++ b/Gemfile @@ -87,7 +87,7 @@ gem "rack-attack", "~> 5.0" gem 'railties', "~> 5.2.0" -gem "rails", "~> 5.2.1" +gem "rails", "~> 5.2.2.rc1" # I love captchas gem "recaptcha", "~> 3.3", require: "recaptcha/rails" diff --git a/Gemfile.lock b/Gemfile.lock index 8444cc8ee0..65e4b83708 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,25 +11,25 @@ GIT GEM remote: https://rubygems.org/ specs: - actioncable (5.2.1.1) - actionpack (= 5.2.1.1) + actioncable (5.2.2.rc1) + actionpack (= 5.2.2.rc1) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailer (5.2.1.1) - actionpack (= 5.2.1.1) - actionview (= 5.2.1.1) - activejob (= 5.2.1.1) + actionmailer (5.2.2.rc1) + actionpack (= 5.2.2.rc1) + actionview (= 5.2.2.rc1) + activejob (= 5.2.2.rc1) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (5.2.1.1) - actionview (= 5.2.1.1) - activesupport (= 5.2.1.1) + actionpack (5.2.2.rc1) + actionview (= 5.2.2.rc1) + activesupport (= 5.2.2.rc1) rack (~> 2.0) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.2.1.1) - activesupport (= 5.2.1.1) + actionview (5.2.2.rc1) + activesupport (= 5.2.2.rc1) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) @@ -39,18 +39,18 @@ GEM activemodel (>= 4.1, < 6) case_transform (>= 0.2) jsonapi-renderer (>= 0.1.1.beta1, < 0.3) - activejob (5.2.1.1) - activesupport (= 5.2.1.1) + activejob (5.2.2.rc1) + activesupport (= 5.2.2.rc1) globalid (>= 0.3.6) activejob-traffic_control (0.1.3) activejob (>= 4.2) activesupport (>= 4.2) suo - activemodel (5.2.1.1) - activesupport (= 5.2.1.1) - activerecord (5.2.1.1) - activemodel (= 5.2.1.1) - activesupport (= 5.2.1.1) + activemodel (5.2.2.rc1) + activesupport (= 5.2.2.rc1) + activerecord (5.2.2.rc1) + activemodel (= 5.2.2.rc1) + activesupport (= 5.2.2.rc1) arel (>= 9.0) activerecord-session_store (1.1.1) actionpack (>= 4.0) @@ -58,11 +58,11 @@ GEM multi_json (~> 1.11, >= 1.11.2) rack (>= 1.5.2, < 3) railties (>= 4.0) - activestorage (5.2.1.1) - actionpack (= 5.2.1.1) - activerecord (= 5.2.1.1) + activestorage (5.2.2.rc1) + actionpack (= 5.2.2.rc1) + activerecord (= 5.2.2.rc1) marcel (~> 0.3.1) - activesupport (5.2.1.1) + activesupport (5.2.2.rc1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -308,18 +308,18 @@ GEM rack rack-test (1.1.0) rack (>= 1.0, < 3) - rails (5.2.1.1) - actioncable (= 5.2.1.1) - actionmailer (= 5.2.1.1) - actionpack (= 5.2.1.1) - actionview (= 5.2.1.1) - activejob (= 5.2.1.1) - activemodel (= 5.2.1.1) - activerecord (= 5.2.1.1) - activestorage (= 5.2.1.1) - activesupport (= 5.2.1.1) + rails (5.2.2.rc1) + actioncable (= 5.2.2.rc1) + actionmailer (= 5.2.2.rc1) + actionpack (= 5.2.2.rc1) + actionview (= 5.2.2.rc1) + activejob (= 5.2.2.rc1) + activemodel (= 5.2.2.rc1) + activerecord (= 5.2.2.rc1) + activestorage (= 5.2.2.rc1) + activesupport (= 5.2.2.rc1) bundler (>= 1.3.0) - railties (= 5.2.1.1) + railties (= 5.2.2.rc1) sprockets-rails (>= 2.0.0) rails-controller-testing (1.0.2) actionpack (~> 5.x, >= 5.0.1) @@ -330,9 +330,9 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.0.4) loofah (~> 2.2, >= 2.2.2) - railties (5.2.1.1) - actionpack (= 5.2.1.1) - activesupport (= 5.2.1.1) + railties (5.2.2.rc1) + actionpack (= 5.2.2.rc1) + activesupport (= 5.2.2.rc1) method_source rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) @@ -511,7 +511,7 @@ DEPENDENCIES public_suffix (~> 3.0.2) puma (= 3.10) rack-attack (~> 5.0) - rails (~> 5.2.1) + rails (~> 5.2.2.rc1) rails-controller-testing railties (~> 5.2.0) recaptcha (~> 3.3)