From 6850b7f3f71f538ab3f2708d0c022a78edf5822f Mon Sep 17 00:00:00 2001 From: Jeremy Prevost Date: Wed, 21 Apr 2021 14:15:55 -0400 Subject: [PATCH 1/2] update to latest rails 5.2 --- Gemfile.lock | 100 +++++++++++++++++++++++++-------------------------- 1 file changed, 49 insertions(+), 51 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2fa9a63a..a3d4ae92 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,43 +1,43 @@ GEM remote: https://rubygems.org/ specs: - actioncable (5.2.4.4) - actionpack (= 5.2.4.4) + actioncable (5.2.5) + actionpack (= 5.2.5) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailer (5.2.4.4) - actionpack (= 5.2.4.4) - actionview (= 5.2.4.4) - activejob (= 5.2.4.4) + actionmailer (5.2.5) + actionpack (= 5.2.5) + actionview (= 5.2.5) + activejob (= 5.2.5) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (5.2.4.4) - actionview (= 5.2.4.4) - activesupport (= 5.2.4.4) + actionpack (5.2.5) + actionview (= 5.2.5) + activesupport (= 5.2.5) rack (~> 2.0, >= 2.0.8) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.2.4.4) - activesupport (= 5.2.4.4) + actionview (5.2.5) + activesupport (= 5.2.5) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activejob (5.2.4.4) - activesupport (= 5.2.4.4) + activejob (5.2.5) + activesupport (= 5.2.5) globalid (>= 0.3.6) - activemodel (5.2.4.4) - activesupport (= 5.2.4.4) - activerecord (5.2.4.4) - activemodel (= 5.2.4.4) - activesupport (= 5.2.4.4) + activemodel (5.2.5) + activesupport (= 5.2.5) + activerecord (5.2.5) + activemodel (= 5.2.5) + activesupport (= 5.2.5) arel (>= 9.0) - activestorage (5.2.4.4) - actionpack (= 5.2.4.4) - activerecord (= 5.2.4.4) - marcel (~> 0.3.1) - activesupport (5.2.4.4) + activestorage (5.2.5) + actionpack (= 5.2.5) + activerecord (= 5.2.5) + marcel (~> 1.0.0) + activesupport (5.2.5) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -82,7 +82,7 @@ GEM archive-zip (~> 0.10) nokogiri (~> 1.8) climate_control (0.2.0) - concurrent-ruby (1.1.7) + concurrent-ruby (1.1.8) crack (0.4.4) crass (1.0.6) devise (4.7.3) @@ -104,7 +104,7 @@ GEM elasticsearch-transport (6.8.2) faraday (~> 1) multi_json - erubi (1.9.0) + erubi (1.10.0) execjs (2.7.0) faraday (1.1.0) multipart-post (>= 1.2, < 3) @@ -120,7 +120,7 @@ GEM sprockets-rails graphql (1.11.6) hashdiff (1.0.1) - i18n (1.8.5) + i18n (1.8.10) concurrent-ruby (~> 1.0) io-like (0.3.1) jbuilder (2.10.1) @@ -135,18 +135,16 @@ GEM activesupport (>= 4) railties (>= 4) request_store (~> 1.0) - loofah (2.7.0) + loofah (2.9.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) mini_mime (>= 0.1.1) - marcel (0.3.3) - mimemagic (~> 0.3.2) + marcel (1.0.1) method_source (1.0.0) - mimemagic (0.3.5) - mini_mime (1.0.2) + mini_mime (1.1.0) mini_portile2 (2.5.0) - minitest (5.14.2) + minitest (5.14.4) mitlibraries-theme (0.4.0) rails (~> 5) sass (~> 3.4) @@ -154,8 +152,8 @@ GEM msgpack (1.3.3) multi_json (1.14.1) multipart-post (2.1.1) - nio4r (2.5.4) - nokogiri (1.11.1) + nio4r (2.5.7) + nokogiri (1.11.3) mini_portile2 (~> 2.5.0) racc (~> 1.4) orm_adapter (0.5.0) @@ -174,32 +172,32 @@ GEM rack (>= 2.0.0) rack-test (1.1.0) rack (>= 1.0, < 3) - rails (5.2.4.4) - actioncable (= 5.2.4.4) - actionmailer (= 5.2.4.4) - actionpack (= 5.2.4.4) - actionview (= 5.2.4.4) - activejob (= 5.2.4.4) - activemodel (= 5.2.4.4) - activerecord (= 5.2.4.4) - activestorage (= 5.2.4.4) - activesupport (= 5.2.4.4) + rails (5.2.5) + actioncable (= 5.2.5) + actionmailer (= 5.2.5) + actionpack (= 5.2.5) + actionview (= 5.2.5) + activejob (= 5.2.5) + activemodel (= 5.2.5) + activerecord (= 5.2.5) + activestorage (= 5.2.5) + activesupport (= 5.2.5) bundler (>= 1.3.0) - railties (= 5.2.4.4) + railties (= 5.2.5) sprockets-rails (>= 2.0.0) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) rails-html-sanitizer (1.3.0) loofah (~> 2.3) - railties (5.2.4.4) - actionpack (= 5.2.4.4) - activesupport (= 5.2.4.4) + railties (5.2.5) + actionpack (= 5.2.5) + activesupport (= 5.2.5) method_source rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) rainbow (3.0.0) - rake (13.0.1) + rake (13.0.3) rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) @@ -260,11 +258,11 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.4.2) - thor (1.0.1) + thor (1.1.0) thread_safe (0.3.6) tilt (2.0.10) timecop (0.9.2) - tzinfo (1.2.7) + tzinfo (1.2.9) thread_safe (~> 0.1) uglifier (4.2.0) execjs (>= 0.3.0, < 3) From 783166e298400809b21a18fddc5feb96d3052428 Mon Sep 17 00:00:00 2001 From: Jeremy Prevost Date: Wed, 21 Apr 2021 14:25:41 -0400 Subject: [PATCH 2/2] update dependencies --- Gemfile | 6 +-- Gemfile.lock | 135 ++++++++++++++++++++++++++------------------------- 2 files changed, 73 insertions(+), 68 deletions(-) diff --git a/Gemfile b/Gemfile index 731f130c..8542199b 100644 --- a/Gemfile +++ b/Gemfile @@ -35,14 +35,14 @@ end group :development do gem 'annotate' gem 'graphiql-rails' - gem 'listen', '>= 3.0.5', '< 3.4' + gem 'listen' gem 'rubocop' gem 'rubocop-rails' - gem 'web-console', '>= 3.3.0' + gem 'web-console' end group :test do - gem 'capybara', '>= 2.15' + gem 'capybara' gem 'chromedriver-helper' gem 'climate_control' gem 'selenium-webdriver' diff --git a/Gemfile.lock b/Gemfile.lock index a3d4ae92..fb8cd175 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -50,32 +50,32 @@ GEM archive-zip (0.12.0) io-like (~> 0.3.0) arel (9.0.0) - ast (2.4.1) - aws-eventstream (1.1.0) - aws-partitions (1.402.0) - aws-sdk-core (3.109.3) + ast (2.4.2) + aws-eventstream (1.1.1) + aws-partitions (1.446.0) + aws-sdk-core (3.114.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.239.0) aws-sigv4 (~> 1.1) jmespath (~> 1.0) - aws-sdk-elasticsearchservice (1.46.0) - aws-sdk-core (~> 3, >= 3.109.0) + aws-sdk-elasticsearchservice (1.51.0) + aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) - aws-sigv4 (1.2.2) + aws-sigv4 (1.2.3) aws-eventstream (~> 1, >= 1.0.2) bcrypt (3.1.16) bindex (0.8.1) - bootsnap (1.5.1) + bootsnap (1.7.4) msgpack (~> 1.0) builder (3.2.4) byebug (11.1.3) - capybara (3.33.0) + capybara (3.35.3) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) rack (>= 1.6.0) rack-test (>= 0.6.3) - regexp_parser (~> 1.5) + regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) childprocess (3.0.0) chromedriver-helper (2.1.1) @@ -83,7 +83,8 @@ GEM nokogiri (~> 1.8) climate_control (0.2.0) concurrent-ruby (1.1.8) - crack (0.4.4) + crack (0.4.5) + rexml crass (1.0.6) devise (4.7.3) bcrypt (~> 3.0) @@ -91,43 +92,49 @@ GEM railties (>= 4.1.0) responders warden (~> 1.2.3) - docile (1.3.2) + docile (1.3.5) dotenv (2.7.6) dotenv-rails (2.7.6) dotenv (= 2.7.6) railties (>= 3.2) - elasticsearch (6.8.2) - elasticsearch-api (= 6.8.2) - elasticsearch-transport (= 6.8.2) - elasticsearch-api (6.8.2) + elasticsearch (6.8.3) + elasticsearch-api (= 6.8.3) + elasticsearch-transport (= 6.8.3) + elasticsearch-api (6.8.3) multi_json - elasticsearch-transport (6.8.2) + elasticsearch-transport (6.8.3) faraday (~> 1) multi_json erubi (1.10.0) execjs (2.7.0) - faraday (1.1.0) + faraday (1.4.1) + faraday-excon (~> 1.1) + faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.1) multipart-post (>= 1.2, < 3) - ruby2_keywords - faraday_middleware-aws-sigv4 (0.4.0) + ruby2_keywords (>= 0.0.4) + faraday-excon (1.1.0) + faraday-net_http (1.0.1) + faraday-net_http_persistent (1.1.0) + faraday_middleware-aws-sigv4 (0.5.0) aws-sigv4 (~> 1.0) faraday (>= 0.15) - ffi (1.13.1) + ffi (1.15.0) globalid (0.4.2) activesupport (>= 4.2.0) graphiql-rails (1.7.0) railties sprockets-rails - graphql (1.11.6) + graphql (1.12.8) hashdiff (1.0.1) i18n (1.8.10) concurrent-ruby (~> 1.0) io-like (0.3.1) - jbuilder (2.10.1) + jbuilder (2.11.2) activesupport (>= 5.0.0) jmespath (1.4.0) - jwt (2.2.2) - listen (3.3.3) + jwt (2.2.3) + listen (3.5.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) lograge (0.11.2) @@ -145,12 +152,11 @@ GEM mini_mime (1.1.0) mini_portile2 (2.5.0) minitest (5.14.4) - mitlibraries-theme (0.4.0) - rails (~> 5) - sass (~> 3.4) - sass-rails (~> 5) - msgpack (1.3.3) - multi_json (1.14.1) + mitlibraries-theme (0.5.0) + rails (>= 5, < 7) + sassc (~> 2) + msgpack (1.4.2) + multi_json (1.15.0) multipart-post (2.1.1) nio4r (2.5.7) nokogiri (1.11.3) @@ -158,15 +164,15 @@ GEM racc (~> 1.4) orm_adapter (0.5.0) parallel (1.20.1) - parser (2.7.2.0) + parser (3.0.1.0) ast (~> 2.4.1) pg (1.2.3) public_suffix (4.0.6) - puma (5.1.0) + puma (5.2.2) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) - rack-attack (6.3.1) + rack-attack (6.5.0) rack (>= 1.0, < 3) rack-cors (1.1.1) rack (>= 2.0.0) @@ -201,56 +207,55 @@ GEM rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) - redis (4.2.2) - regexp_parser (1.8.2) + redis (4.2.5) + regexp_parser (2.1.1) request_store (1.5.0) rack (>= 1.4) responders (3.0.1) actionpack (>= 5.0) railties (>= 5.0) - rexml (3.2.4) - rubocop (1.6.0) + rexml (3.2.5) + rubocop (1.13.0) parallel (~> 1.10) - parser (>= 2.7.1.5) + parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml rubocop-ast (>= 1.2.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (1.3.0) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.4.1) parser (>= 2.7.1.5) - rubocop-rails (2.8.1) + rubocop-rails (2.9.1) activesupport (>= 4.2.0) rack (>= 1.1) - rubocop (>= 0.87.0) - ruby-progressbar (1.10.1) - ruby2_keywords (0.0.2) + rubocop (>= 0.90.0, < 2.0) + ruby-progressbar (1.11.0) + ruby2_keywords (0.0.4) rubyzip (2.3.0) - sass (3.7.4) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.1.0) - railties (>= 5.2.0) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) + sass-rails (6.0.0) + sassc-rails (~> 2.1, >= 2.1.1) + sassc (2.4.0) + ffi (~> 1.9) + sassc-rails (2.1.2) + railties (>= 4.0.0) + sassc (>= 2.0) + sprockets (> 3.0) + sprockets-rails + tilt selenium-webdriver (3.142.7) childprocess (>= 0.5, < 4.0) rubyzip (>= 1.2.2) - sentry-raven (3.1.1) + sentry-raven (3.1.2) faraday (>= 1.0) - simplecov (0.20.0) + simplecov (0.21.2) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov-lcov (0.8.0) simplecov_json_formatter (0.1.2) - sprockets (3.7.2) + sprockets (4.0.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-rails (3.2.2) @@ -261,12 +266,12 @@ GEM thor (1.1.0) thread_safe (0.3.6) tilt (2.0.10) - timecop (0.9.2) + timecop (0.9.4) tzinfo (1.2.9) thread_safe (~> 0.1) uglifier (4.2.0) execjs (>= 0.3.0, < 3) - unicode-display_width (1.7.0) + unicode-display_width (2.0.0) vcr (6.0.0) warden (1.2.9) rack (>= 2.0.9) @@ -275,7 +280,7 @@ GEM activemodel (>= 5.0) bindex (>= 0.4.0) railties (>= 5.0) - webmock (3.10.0) + webmock (3.12.2) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) @@ -293,7 +298,7 @@ DEPENDENCIES aws-sdk-elasticsearchservice bootsnap byebug - capybara (>= 2.15) + capybara chromedriver-helper climate_control devise @@ -304,7 +309,7 @@ DEPENDENCIES graphql jbuilder jwt - listen (>= 3.0.5, < 3.4) + listen lograge mitlibraries-theme pg @@ -324,7 +329,7 @@ DEPENDENCIES timecop uglifier vcr - web-console (>= 3.3.0) + web-console webmock RUBY VERSION