From 4021e973c2d577c342e697b801f4a90931ecb53d Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 19 Feb 2019 08:49:04 -0500 Subject: [PATCH 01/32] Upgrade [psych, rubocop] gems --- Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index c1b5bda..0139d78 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -199,6 +199,7 @@ GEM method_source (~> 0.9.0) pry-rails (0.3.9) pry (>= 0.10.4) + psych (3.1.0) public_suffix (3.0.3) puma (3.12.0) rack (2.0.6) @@ -262,11 +263,12 @@ GEM rspec-mocks (~> 3.8.0) rspec-support (~> 3.8.0) rspec-support (3.8.0) - rubocop (0.64.0) + rubocop (0.65.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.5, != 2.5.1.1) powerpack (~> 0.1) + psych (>= 3.1.0) rainbow (>= 2.2.2, < 4.0) ruby-progressbar (~> 1.7) unicode-display_width (~> 1.4.0) From 74350706e2ca89a247af1c1e5bd5204779e2ab06 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 20 Feb 2019 09:34:09 -0500 Subject: [PATCH 02/32] Upgraded backports gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0139d78..bc58d29 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,7 +49,7 @@ GEM rspec-expectations (>= 2.99) thor (~> 0.19) ast (2.4.0) - backports (3.11.4) + backports (3.12.0) bcrypt (3.1.12) better_errors (2.5.1) coderay (>= 1.0.0) From f7bf76cffedc8ff8643a634ba1536addb70e83d3 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 21 Feb 2019 20:19:29 -0500 Subject: [PATCH 03/32] Upgraded json gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index bc58d29..6a683a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -154,7 +154,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json (2.1.0) + json (2.2.0) kgio (2.11.2) launchy (2.4.3) addressable (~> 2.3) From c3c57f773566069838f87b24e5a2cb798919573a Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 25 Feb 2019 13:09:39 -0500 Subject: [PATCH 04/32] Upgraded capybara gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6a683a8..2b5bbf4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,7 +62,7 @@ GEM bundler-audit (0.6.1) bundler (>= 1.2.0, < 3) thor (~> 0.18) - capybara (3.13.2) + capybara (3.14.0) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) From 62b9cd8f9a20a5fa37dd47277414cecf8d18a506 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 25 Feb 2019 16:23:57 -0500 Subject: [PATCH 05/32] Upgraded parallel gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2b5bbf4..e9de00b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -183,7 +183,7 @@ GEM notiffany (0.1.1) nenv (~> 0.1) shellany (~> 0.0) - parallel (1.13.0) + parallel (1.14.0) parser (2.6.0.0) ast (~> 2.4.0) poltergeist (1.18.1) From 1d09c86272ba726d44701efb6720248eeeebbcd4 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 26 Feb 2019 10:07:23 -0500 Subject: [PATCH 06/32] Upgraded [ffi, sassc] gems --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e9de00b..e8ca436 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -110,7 +110,7 @@ GEM erubi (1.8.0) eventmachine (1.2.7) execjs (2.7.0) - ffi (1.9.25) + ffi (1.10.0) foreman (0.85.0) thor (~> 0.19.1) formatador (0.2.5) @@ -288,8 +288,8 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) - sassc (2.0.0) - ffi (~> 1.9.6) + sassc (2.0.1) + ffi (~> 1.9) rake shellany (0.0.1) simplecov (0.16.1) From 9639189d3a5e6e4bd5449ba37ec6c7880fb9ebb5 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sun, 3 Mar 2019 17:04:34 -0500 Subject: [PATCH 07/32] Upgraded i18n gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index e8ca436..5d6bda9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -143,7 +143,7 @@ GEM guard (>= 2.0.0) guard-compat (~> 1.0) http_parser.rb (0.6.0) - i18n (1.5.3) + i18n (1.6.0) concurrent-ruby (~> 1.0) jaro_winkler (1.5.2) jquery-fileupload-rails (1.0.0) From 3ee42be20211426c5b88e55cc9c84d7163a7508e Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 4 Mar 2019 09:05:33 -0500 Subject: [PATCH 08/32] Upgraded unicorn gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5d6bda9..4acca5e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -323,7 +323,7 @@ GEM uglifier (4.1.20) execjs (>= 0.3.0, < 3) unicode-display_width (1.4.1) - unicorn (5.4.1) + unicorn (5.5.0) kgio (~> 2.6) raindrops (~> 0.7) websocket-driver (0.6.5) From bf64b35bce8c67e602f978fb2508415c2ecd2f95 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 11 Mar 2019 12:25:57 -0400 Subject: [PATCH 09/32] Upgraded concurrent-ruby gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4acca5e..2fe921d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,7 +81,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.4) + concurrent-ruby (1.1.5) contracts (0.16.0) crass (1.0.4) cucumber (3.1.2) From af1902ccf876c2c79c192c0e3c7377cdd57cdee3 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 13 Mar 2019 14:11:30 -0400 Subject: [PATCH 10/32] Upgraded to Ruby 2.6.2; Downgraded bundler to 1.17.2 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 00511bf..da576c4 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source "https://rubygems.org" #don't upgrade gem "rails", "5.1.6.1" -ruby "2.6.1" +ruby "2.6.2" gem "aruba" gem "bcrypt" diff --git a/Gemfile.lock b/Gemfile.lock index 2fe921d..2c8e18e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -381,7 +381,7 @@ DEPENDENCIES unicorn RUBY VERSION - ruby 2.6.1p33 + ruby 2.6.2p47 BUNDLED WITH - 1.17.3 + 1.17.2 From 318af94032b11395e411795e8213d37f3f78f584 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 13 Mar 2019 14:14:56 -0400 Subject: [PATCH 11/32] Upgraded to Ruby 2.6.2 in more files --- .ruby-version | 2 +- .travis.yml | 2 +- Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index 6a6a3d8..097a15a 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.6.1 +2.6.2 diff --git a/.travis.yml b/.travis.yml index 6cb28c2..36be81e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: ruby rvm: - - "2.6.1" + - "2.6.2" before_install: - "phantomjs --version" diff --git a/Dockerfile b/Dockerfile index 253b43c..fa65553 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.6.1 +FROM ruby:2.6.2 RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs RUN mkdir /myapp WORKDIR /myapp From 32c87192eee5799cf2f609de3e8aca8148ecb025 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 13 Mar 2019 15:03:18 -0400 Subject: [PATCH 12/32] Upgraded Rails to 5.1.6.2 --- Gemfile | 2 +- Gemfile.lock | 66 ++++++++++++++++++++++++++-------------------------- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/Gemfile b/Gemfile index da576c4..8c7e9e4 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" #don't upgrade -gem "rails", "5.1.6.1" +gem "rails", "5.1.6.2" ruby "2.6.2" diff --git a/Gemfile.lock b/Gemfile.lock index 2c8e18e..5a667b0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,39 +1,39 @@ GEM remote: https://rubygems.org/ specs: - actioncable (5.1.6.1) - actionpack (= 5.1.6.1) + actioncable (5.1.6.2) + actionpack (= 5.1.6.2) nio4r (~> 2.0) websocket-driver (~> 0.6.1) - actionmailer (5.1.6.1) - actionpack (= 5.1.6.1) - actionview (= 5.1.6.1) - activejob (= 5.1.6.1) + actionmailer (5.1.6.2) + actionpack (= 5.1.6.2) + actionview (= 5.1.6.2) + activejob (= 5.1.6.2) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (5.1.6.1) - actionview (= 5.1.6.1) - activesupport (= 5.1.6.1) + actionpack (5.1.6.2) + actionview (= 5.1.6.2) + activesupport (= 5.1.6.2) rack (~> 2.0) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.1.6.1) - activesupport (= 5.1.6.1) + actionview (5.1.6.2) + activesupport (= 5.1.6.2) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activejob (5.1.6.1) - activesupport (= 5.1.6.1) + activejob (5.1.6.2) + activesupport (= 5.1.6.2) globalid (>= 0.3.6) - activemodel (5.1.6.1) - activesupport (= 5.1.6.1) - activerecord (5.1.6.1) - activemodel (= 5.1.6.1) - activesupport (= 5.1.6.1) + activemodel (5.1.6.2) + activesupport (= 5.1.6.2) + activerecord (5.1.6.2) + activemodel (= 5.1.6.2) + activesupport (= 5.1.6.2) arel (~> 8.0) - activesupport (5.1.6.1) + activesupport (5.1.6.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -207,17 +207,17 @@ GEM rack rack-test (1.1.0) rack (>= 1.0, < 3) - rails (5.1.6.1) - actioncable (= 5.1.6.1) - actionmailer (= 5.1.6.1) - actionpack (= 5.1.6.1) - actionview (= 5.1.6.1) - activejob (= 5.1.6.1) - activemodel (= 5.1.6.1) - activerecord (= 5.1.6.1) - activesupport (= 5.1.6.1) + rails (5.1.6.2) + actioncable (= 5.1.6.2) + actionmailer (= 5.1.6.2) + actionpack (= 5.1.6.2) + actionview (= 5.1.6.2) + activejob (= 5.1.6.2) + activemodel (= 5.1.6.2) + activerecord (= 5.1.6.2) + activesupport (= 5.1.6.2) bundler (>= 1.3.0) - railties (= 5.1.6.1) + railties (= 5.1.6.2) sprockets-rails (>= 2.0.0) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) @@ -225,9 +225,9 @@ GEM rails-html-sanitizer (1.0.4) loofah (~> 2.2, >= 2.2.2) rails-perftest (0.0.7) - railties (5.1.6.1) - actionpack (= 5.1.6.1) - activesupport (= 5.1.6.1) + railties (5.1.6.2) + actionpack (= 5.1.6.2) + activesupport (= 5.1.6.2) method_source rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) @@ -362,7 +362,7 @@ DEPENDENCIES pry-rails puma rack-livereload - rails (= 5.1.6.1) + rails (= 5.1.6.2) rails-perftest rake rb-fsevent From 0ec1aef52e139d5c4c3b1643ef57ac580fdf832d Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sat, 16 Mar 2019 08:31:04 -0400 Subject: [PATCH 13/32] Upgraded brakeman gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5a667b0..be256f8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,7 +57,7 @@ GEM rack (>= 0.9.0) binding_of_caller (0.8.0) debug_inspector (>= 0.0.1) - brakeman (4.4.0) + brakeman (4.5.0) builder (3.2.3) bundler-audit (0.6.1) bundler (>= 1.2.0, < 3) From 88b024cee3cbd129e7686e8417ed3ee971177662 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 18 Mar 2019 10:37:17 -0400 Subject: [PATCH 14/32] Upgraded [aruba, unicode-display_width, rubocop] gems --- Gemfile.lock | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index be256f8..9ce6a73 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -41,7 +41,7 @@ GEM addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) arel (8.0.0) - aruba (0.14.8) + aruba (0.14.9) childprocess (>= 0.6.3, < 1.1.0) contracts (~> 0.9) cucumber (>= 1.3.19) @@ -193,7 +193,6 @@ GEM powder (0.4.0) thor (>= 0.11.5) power_assert (1.1.3) - powerpack (0.1.2) pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) @@ -263,15 +262,14 @@ GEM rspec-mocks (~> 3.8.0) rspec-support (~> 3.8.0) rspec-support (3.8.0) - rubocop (0.65.0) + rubocop (0.66.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.5, != 2.5.1.1) - powerpack (~> 0.1) psych (>= 3.1.0) rainbow (>= 2.2.2, < 4.0) ruby-progressbar (~> 1.7) - unicode-display_width (~> 1.4.0) + unicode-display_width (>= 1.4.0, < 1.6) rubocop-github (0.12.0) rubocop (~> 0.59) ruby-prof (0.17.0) @@ -322,7 +320,7 @@ GEM thread_safe (~> 0.1) uglifier (4.1.20) execjs (>= 0.3.0, < 3) - unicode-display_width (1.4.1) + unicode-display_width (1.5.0) unicorn (5.5.0) kgio (~> 2.6) raindrops (~> 0.7) From 2055677e6bb638a3ab39ee725f04ff54c1a6ffbf Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 19 Mar 2019 14:20:05 -0400 Subject: [PATCH 15/32] Upgraded [capybara, puma] gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9ce6a73..3097ceb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,7 +62,7 @@ GEM bundler-audit (0.6.1) bundler (>= 1.2.0, < 3) thor (~> 0.18) - capybara (3.14.0) + capybara (3.15.0) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) @@ -200,7 +200,7 @@ GEM pry (>= 0.10.4) psych (3.1.0) public_suffix (3.0.3) - puma (3.12.0) + puma (3.12.1) rack (2.0.6) rack-livereload (0.3.17) rack From e31ab28fc5a5006ba3167bebbfd2a29a11c0f6ac Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 21 Mar 2019 10:31:30 -0400 Subject: [PATCH 16/32] Upgraded parser gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3097ceb..22fe684 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -184,7 +184,7 @@ GEM nenv (~> 0.1) shellany (~> 0.0) parallel (1.14.0) - parser (2.6.0.0) + parser (2.6.2.0) ast (~> 2.4.0) poltergeist (1.18.1) capybara (>= 2.1, < 4) From cf19851ee79a3a31d9b6c2b64e07134b877ab6cb Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 22 Mar 2019 11:53:20 -0400 Subject: [PATCH 17/32] Upgrade rails to 5.1.7.rc1 --- Gemfile | 2 +- Gemfile.lock | 66 ++++++++++++++++++++++++++-------------------------- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/Gemfile b/Gemfile index 8c7e9e4..058a0cd 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" #don't upgrade -gem "rails", "5.1.6.2" +gem "rails", "5.1.7.rc1" ruby "2.6.2" diff --git a/Gemfile.lock b/Gemfile.lock index 22fe684..30ee403 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,39 +1,39 @@ GEM remote: https://rubygems.org/ specs: - actioncable (5.1.6.2) - actionpack (= 5.1.6.2) + actioncable (5.1.7.rc1) + actionpack (= 5.1.7.rc1) nio4r (~> 2.0) websocket-driver (~> 0.6.1) - actionmailer (5.1.6.2) - actionpack (= 5.1.6.2) - actionview (= 5.1.6.2) - activejob (= 5.1.6.2) + actionmailer (5.1.7.rc1) + actionpack (= 5.1.7.rc1) + actionview (= 5.1.7.rc1) + activejob (= 5.1.7.rc1) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (5.1.6.2) - actionview (= 5.1.6.2) - activesupport (= 5.1.6.2) + actionpack (5.1.7.rc1) + actionview (= 5.1.7.rc1) + activesupport (= 5.1.7.rc1) rack (~> 2.0) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.1.6.2) - activesupport (= 5.1.6.2) + actionview (5.1.7.rc1) + activesupport (= 5.1.7.rc1) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activejob (5.1.6.2) - activesupport (= 5.1.6.2) + activejob (5.1.7.rc1) + activesupport (= 5.1.7.rc1) globalid (>= 0.3.6) - activemodel (5.1.6.2) - activesupport (= 5.1.6.2) - activerecord (5.1.6.2) - activemodel (= 5.1.6.2) - activesupport (= 5.1.6.2) + activemodel (5.1.7.rc1) + activesupport (= 5.1.7.rc1) + activerecord (5.1.7.rc1) + activemodel (= 5.1.7.rc1) + activesupport (= 5.1.7.rc1) arel (~> 8.0) - activesupport (5.1.6.2) + activesupport (5.1.7.rc1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -206,17 +206,17 @@ GEM rack rack-test (1.1.0) rack (>= 1.0, < 3) - rails (5.1.6.2) - actioncable (= 5.1.6.2) - actionmailer (= 5.1.6.2) - actionpack (= 5.1.6.2) - actionview (= 5.1.6.2) - activejob (= 5.1.6.2) - activemodel (= 5.1.6.2) - activerecord (= 5.1.6.2) - activesupport (= 5.1.6.2) + rails (5.1.7.rc1) + actioncable (= 5.1.7.rc1) + actionmailer (= 5.1.7.rc1) + actionpack (= 5.1.7.rc1) + actionview (= 5.1.7.rc1) + activejob (= 5.1.7.rc1) + activemodel (= 5.1.7.rc1) + activerecord (= 5.1.7.rc1) + activesupport (= 5.1.7.rc1) bundler (>= 1.3.0) - railties (= 5.1.6.2) + railties (= 5.1.7.rc1) sprockets-rails (>= 2.0.0) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) @@ -224,9 +224,9 @@ GEM rails-html-sanitizer (1.0.4) loofah (~> 2.2, >= 2.2.2) rails-perftest (0.0.7) - railties (5.1.6.2) - actionpack (= 5.1.6.2) - activesupport (= 5.1.6.2) + railties (5.1.7.rc1) + actionpack (= 5.1.7.rc1) + activesupport (= 5.1.7.rc1) method_source rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) @@ -360,7 +360,7 @@ DEPENDENCIES pry-rails puma rack-livereload - rails (= 5.1.6.2) + rails (= 5.1.7.rc1) rails-perftest rake rb-fsevent From 7656fcc089e80597053ed23094363f79ac368d65 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sun, 24 Mar 2019 09:28:03 -0400 Subject: [PATCH 18/32] Upgraded power_assert gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 30ee403..903d50a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -192,7 +192,7 @@ GEM websocket-driver (>= 0.2.0) powder (0.4.0) thor (>= 0.11.5) - power_assert (1.1.3) + power_assert (1.1.4) pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) From e5f1ab42b84373ba009f8d42c1276cf16cb3b853 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 25 Mar 2019 09:49:29 -0400 Subject: [PATCH 19/32] Upgraded [nokogiri, parallel] gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 903d50a..3a56f4c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -178,12 +178,12 @@ GEM mysql2 (0.5.2) nenv (0.3.0) nio4r (2.3.1) - nokogiri (1.10.1) + nokogiri (1.10.2) mini_portile2 (~> 2.4.0) notiffany (0.1.1) nenv (~> 0.1) shellany (~> 0.0) - parallel (1.14.0) + parallel (1.15.0) parser (2.6.2.0) ast (~> 2.4.0) poltergeist (1.18.1) From 4b63808340aa322ab39d99e4dec714c41372452f Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 26 Mar 2019 20:42:45 -0400 Subject: [PATCH 20/32] Upgraded [parallel, test-unit] gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3a56f4c..836a102 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -183,7 +183,7 @@ GEM notiffany (0.1.1) nenv (~> 0.1) shellany (~> 0.0) - parallel (1.15.0) + parallel (1.16.0) parser (2.6.2.0) ast (~> 2.4.0) poltergeist (1.18.1) @@ -303,7 +303,7 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.3.13) - test-unit (3.3.0) + test-unit (3.3.1) power_assert therubyracer (0.12.3) libv8 (~> 3.16.14.15) From 4261ce3937085f9a7948e2185690dd92196ec361 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 28 Mar 2019 08:40:34 -0400 Subject: [PATCH 21/32] Upgraded Rails to 5.1.7 --- Gemfile | 2 +- Gemfile.lock | 66 ++++++++++++++++++++++++++-------------------------- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/Gemfile b/Gemfile index 058a0cd..263cb38 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" #don't upgrade -gem "rails", "5.1.7.rc1" +gem "rails", "5.1.7" ruby "2.6.2" diff --git a/Gemfile.lock b/Gemfile.lock index 836a102..fd6d51a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,39 +1,39 @@ GEM remote: https://rubygems.org/ specs: - actioncable (5.1.7.rc1) - actionpack (= 5.1.7.rc1) + actioncable (5.1.7) + actionpack (= 5.1.7) nio4r (~> 2.0) websocket-driver (~> 0.6.1) - actionmailer (5.1.7.rc1) - actionpack (= 5.1.7.rc1) - actionview (= 5.1.7.rc1) - activejob (= 5.1.7.rc1) + actionmailer (5.1.7) + actionpack (= 5.1.7) + actionview (= 5.1.7) + activejob (= 5.1.7) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (5.1.7.rc1) - actionview (= 5.1.7.rc1) - activesupport (= 5.1.7.rc1) + actionpack (5.1.7) + actionview (= 5.1.7) + activesupport (= 5.1.7) rack (~> 2.0) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.1.7.rc1) - activesupport (= 5.1.7.rc1) + actionview (5.1.7) + activesupport (= 5.1.7) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activejob (5.1.7.rc1) - activesupport (= 5.1.7.rc1) + activejob (5.1.7) + activesupport (= 5.1.7) globalid (>= 0.3.6) - activemodel (5.1.7.rc1) - activesupport (= 5.1.7.rc1) - activerecord (5.1.7.rc1) - activemodel (= 5.1.7.rc1) - activesupport (= 5.1.7.rc1) + activemodel (5.1.7) + activesupport (= 5.1.7) + activerecord (5.1.7) + activemodel (= 5.1.7) + activesupport (= 5.1.7) arel (~> 8.0) - activesupport (5.1.7.rc1) + activesupport (5.1.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -206,17 +206,17 @@ GEM rack rack-test (1.1.0) rack (>= 1.0, < 3) - rails (5.1.7.rc1) - actioncable (= 5.1.7.rc1) - actionmailer (= 5.1.7.rc1) - actionpack (= 5.1.7.rc1) - actionview (= 5.1.7.rc1) - activejob (= 5.1.7.rc1) - activemodel (= 5.1.7.rc1) - activerecord (= 5.1.7.rc1) - activesupport (= 5.1.7.rc1) + rails (5.1.7) + actioncable (= 5.1.7) + actionmailer (= 5.1.7) + actionpack (= 5.1.7) + actionview (= 5.1.7) + activejob (= 5.1.7) + activemodel (= 5.1.7) + activerecord (= 5.1.7) + activesupport (= 5.1.7) bundler (>= 1.3.0) - railties (= 5.1.7.rc1) + railties (= 5.1.7) sprockets-rails (>= 2.0.0) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) @@ -224,9 +224,9 @@ GEM rails-html-sanitizer (1.0.4) loofah (~> 2.2, >= 2.2.2) rails-perftest (0.0.7) - railties (5.1.7.rc1) - actionpack (= 5.1.7.rc1) - activesupport (= 5.1.7.rc1) + railties (5.1.7) + actionpack (= 5.1.7) + activesupport (= 5.1.7) method_source rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) @@ -360,7 +360,7 @@ DEPENDENCIES pry-rails puma rack-livereload - rails (= 5.1.7.rc1) + rails (= 5.1.7) rails-perftest rake rb-fsevent From ad92f2637dd0653ce160fa1018b77ae1293e38ac Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 28 Mar 2019 15:40:41 -0400 Subject: [PATCH 22/32] Upgraded parallel gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index fd6d51a..6212e52 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -183,7 +183,7 @@ GEM notiffany (0.1.1) nenv (~> 0.1) shellany (~> 0.0) - parallel (1.16.0) + parallel (1.16.1) parser (2.6.2.0) ast (~> 2.4.0) poltergeist (1.18.1) From 6fdf43e8c172b5eae280cfd2313c44fe9c911e56 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 28 Mar 2019 19:22:56 -0400 Subject: [PATCH 23/32] Upgraded capybara gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6212e52..c6a9f44 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,7 +62,7 @@ GEM bundler-audit (0.6.1) bundler (>= 1.2.0, < 3) thor (~> 0.18) - capybara (3.15.0) + capybara (3.16.0) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) From a3243772ce6708c4b2d68ae33b78bfa9962b3a32 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 29 Mar 2019 09:06:09 -0400 Subject: [PATCH 24/32] Upgraded parallel gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index c6a9f44..9d62a02 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -183,7 +183,7 @@ GEM notiffany (0.1.1) nenv (~> 0.1) shellany (~> 0.0) - parallel (1.16.1) + parallel (1.16.2) parser (2.6.2.0) ast (~> 2.4.0) poltergeist (1.18.1) From 26db8188ae14415cb9ff3ebd17a2a4ce92245ae0 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sat, 30 Mar 2019 14:53:34 -0400 Subject: [PATCH 25/32] Upgraded capybara gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9d62a02..7411aa4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,7 +62,7 @@ GEM bundler-audit (0.6.1) bundler (>= 1.2.0, < 3) thor (~> 0.18) - capybara (3.16.0) + capybara (3.16.1) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) From b077e13e43cbe4cbf3afbef9f3bbcdf0fd82c377 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 1 Apr 2019 09:15:50 -0400 Subject: [PATCH 26/32] Upgraded parallel gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7411aa4..97c6fb9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -183,7 +183,7 @@ GEM notiffany (0.1.1) nenv (~> 0.1) shellany (~> 0.0) - parallel (1.16.2) + parallel (1.17.0) parser (2.6.2.0) ast (~> 2.4.0) poltergeist (1.18.1) From 9a81fa5f0cb130cb427b0eb5babfbd54d58be3d1 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 2 Apr 2019 08:32:59 -0400 Subject: [PATCH 27/32] Upgraded regexp_parser gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 97c6fb9..8a23990 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -237,7 +237,7 @@ GEM rb-inotify (0.10.0) ffi (~> 1.0) ref (2.0.0) - regexp_parser (1.3.0) + regexp_parser (1.4.0) responders (2.4.1) actionpack (>= 4.2.0, < 6.0) railties (>= 4.2.0, < 6.0) From 97f11b2360cc1637e67f97b47e1d28b48e3be033 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 2 Apr 2019 15:01:29 -0400 Subject: [PATCH 28/32] Upgraded rack gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8a23990..bf57096 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -201,7 +201,7 @@ GEM psych (3.1.0) public_suffix (3.0.3) puma (3.12.1) - rack (2.0.6) + rack (2.0.7) rack-livereload (0.3.17) rack rack-test (1.1.0) From ca38aa0d793242283281945b7b1b4712b90affe9 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 4 Apr 2019 10:47:11 -0400 Subject: [PATCH 29/32] Upgraded sass gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index bf57096..fe60c21 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -275,7 +275,7 @@ GEM ruby-prof (0.17.0) ruby-progressbar (1.10.0) ruby_dep (1.5.0) - sass (3.7.3) + sass (3.7.4) sass-listen (~> 4.0.0) sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) From 2e20151a24eefbc5729b4c13d3525903742e5e80 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 4 Apr 2019 13:59:47 -0400 Subject: [PATCH 30/32] Upgraded rubocop gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index fe60c21..e448875 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -262,7 +262,7 @@ GEM rspec-mocks (~> 3.8.0) rspec-support (~> 3.8.0) rspec-support (3.8.0) - rubocop (0.66.0) + rubocop (0.67.1) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.5, != 2.5.1.1) From 54f8e61bda96401962ef5c4d8c525df7bfc6a5e3 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 5 Apr 2019 08:11:55 -0400 Subject: [PATCH 31/32] Upgraded [backports, rubocop] gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e448875..81dd909 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,7 +49,7 @@ GEM rspec-expectations (>= 2.99) thor (~> 0.19) ast (2.4.0) - backports (3.12.0) + backports (3.13.0) bcrypt (3.1.12) better_errors (2.5.1) coderay (>= 1.0.0) @@ -262,7 +262,7 @@ GEM rspec-mocks (~> 3.8.0) rspec-support (~> 3.8.0) rspec-support (3.8.0) - rubocop (0.67.1) + rubocop (0.67.2) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.5, != 2.5.1.1) From 1e559d02cdcaae556c8932675a86c998556639c9 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sat, 6 Apr 2019 10:06:50 -0400 Subject: [PATCH 32/32] Upgraded parser gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 81dd909..9a7929b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -184,7 +184,7 @@ GEM nenv (~> 0.1) shellany (~> 0.0) parallel (1.17.0) - parser (2.6.2.0) + parser (2.6.2.1) ast (~> 2.4.0) poltergeist (1.18.1) capybara (>= 2.1, < 4)