From 1afc154de527049b6ea140813e46123130f41caf Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 27 Mar 2018 16:35:58 -0400 Subject: [PATCH 01/15] Upgraded rack-test gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index c3ff424..12b5e8c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -201,7 +201,7 @@ GEM rack (2.0.4) rack-livereload (0.3.16) rack - rack-test (0.8.3) + rack-test (1.0.0) rack (>= 1.0, < 3) rails (5.1.5) actioncable (= 5.1.5) From b4fa4e4b6e9cf9e4845f07402dabf5b242121e6e Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 28 Mar 2018 15:48:26 -0400 Subject: [PATCH 02/15] Upgrade Ruby to 2.5.1 --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 4fbabcd..eaa6568 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source "https://rubygems.org" #don't upgrade gem "rails", "5.1.5" -ruby "2.5.0" +ruby "2.5.1" gem "aruba" gem "bcrypt" diff --git a/Gemfile.lock b/Gemfile.lock index 12b5e8c..8044847 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -370,7 +370,7 @@ DEPENDENCIES unicorn RUBY VERSION - ruby 2.5.0p0 + ruby 2.5.1p57 BUNDLED WITH 1.16.1 From 775985cbc8fef1782c916cd3334a5ecb2813baf8 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 28 Mar 2018 16:10:30 -0400 Subject: [PATCH 03/15] Upgrade Ruby to 2.5.1 (2nd try) --- .ruby-version | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index 437459c..73462a5 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.5.0 +2.5.1 diff --git a/Dockerfile b/Dockerfile index 58e37c4..8329027 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.5.0 +FROM ruby:2.5.1 RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs RUN mkdir /myapp WORKDIR /myapp From 6e080c3b6e9d4c5e53c517723ce0a7e4d1bbbf80 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 29 Mar 2018 19:14:57 -0400 Subject: [PATCH 04/15] Upgraded lumberjack gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8044847..9083928 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -164,7 +164,7 @@ GEM loofah (2.2.2) crass (~> 1.0.2) nokogiri (>= 1.5.9) - lumberjack (1.0.12) + lumberjack (1.0.13) mail (2.7.0) mini_mime (>= 0.1.1) method_source (0.9.0) From 100f951f34b0b784ebe9b5f88d40c379cf8e0904 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 29 Mar 2018 20:29:54 -0400 Subject: [PATCH 05/15] Upgraded travis.yml to 2.5.1 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7d97230..da31289 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: ruby rvm: - - "2.5.0" + - "2.5.1" before_install: - "phantomjs --version" From 0f86d66a3ea10496e3f84b2f75169a70b0b2d01e Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 29 Mar 2018 20:39:56 -0400 Subject: [PATCH 06/15] Added 'gem install bundler' to .travis.yml file --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index da31289..237ad07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ rvm: - "2.5.1" before_install: + - "gem install bundler" - "phantomjs --version" - "export PATH=${PWD}/travis_phantomjs/phantomjs-2.1.1-linux-x86_64/bin:${PATH}" - "phantomjs --version" From 425828dad01fda646835afca6687696f6e8876c7 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 30 Mar 2018 09:15:10 -0400 Subject: [PATCH 07/15] Upgraded rails to 5.1.6 + i18n gem --- Gemfile | 2 +- Gemfile.lock | 70 ++++++++++++++++++++++++++-------------------------- 2 files changed, 36 insertions(+), 36 deletions(-) diff --git a/Gemfile b/Gemfile index eaa6568..9c61238 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" #don't upgrade -gem "rails", "5.1.5" +gem "rails", "5.1.6" ruby "2.5.1" diff --git a/Gemfile.lock b/Gemfile.lock index 9083928..7740715 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,41 +1,41 @@ GEM remote: https://rubygems.org/ specs: - actioncable (5.1.5) - actionpack (= 5.1.5) + actioncable (5.1.6) + actionpack (= 5.1.6) nio4r (~> 2.0) websocket-driver (~> 0.6.1) - actionmailer (5.1.5) - actionpack (= 5.1.5) - actionview (= 5.1.5) - activejob (= 5.1.5) + actionmailer (5.1.6) + actionpack (= 5.1.6) + actionview (= 5.1.6) + activejob (= 5.1.6) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (5.1.5) - actionview (= 5.1.5) - activesupport (= 5.1.5) + actionpack (5.1.6) + actionview (= 5.1.6) + activesupport (= 5.1.6) rack (~> 2.0) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.1.5) - activesupport (= 5.1.5) + actionview (5.1.6) + activesupport (= 5.1.6) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activejob (5.1.5) - activesupport (= 5.1.5) + activejob (5.1.6) + activesupport (= 5.1.6) globalid (>= 0.3.6) - activemodel (5.1.5) - activesupport (= 5.1.5) - activerecord (5.1.5) - activemodel (= 5.1.5) - activesupport (= 5.1.5) + activemodel (5.1.6) + activesupport (= 5.1.6) + activerecord (5.1.6) + activemodel (= 5.1.6) + activesupport (= 5.1.6) arel (~> 8.0) - activesupport (5.1.5) + activesupport (5.1.6) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (~> 0.7) + i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) addressable (2.5.2) @@ -142,7 +142,7 @@ GEM guard (>= 2.0.0) guard-compat (~> 1.0) http_parser.rb (0.6.0) - i18n (0.9.5) + i18n (1.0.0) concurrent-ruby (~> 1.0) jquery-fileupload-rails (0.4.7) actionpack (>= 3.1) @@ -203,17 +203,17 @@ GEM rack rack-test (1.0.0) rack (>= 1.0, < 3) - rails (5.1.5) - actioncable (= 5.1.5) - actionmailer (= 5.1.5) - actionpack (= 5.1.5) - actionview (= 5.1.5) - activejob (= 5.1.5) - activemodel (= 5.1.5) - activerecord (= 5.1.5) - activesupport (= 5.1.5) + rails (5.1.6) + actioncable (= 5.1.6) + actionmailer (= 5.1.6) + actionpack (= 5.1.6) + actionview (= 5.1.6) + activejob (= 5.1.6) + activemodel (= 5.1.6) + activerecord (= 5.1.6) + activesupport (= 5.1.6) bundler (>= 1.3.0) - railties (= 5.1.5) + railties (= 5.1.6) sprockets-rails (>= 2.0.0) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) @@ -221,9 +221,9 @@ GEM rails-html-sanitizer (1.0.4) loofah (~> 2.2, >= 2.2.2) rails-perftest (0.0.7) - railties (5.1.5) - actionpack (= 5.1.5) - activesupport (= 5.1.5) + railties (5.1.6) + actionpack (= 5.1.6) + activesupport (= 5.1.6) method_source rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) @@ -351,7 +351,7 @@ DEPENDENCIES pry pry-rails rack-livereload - rails (= 5.1.5) + rails (= 5.1.6) rails-perftest rake rb-fsevent From 44908a5c01d9697ba5156bc406d585b438ec4d6d Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 4 Apr 2018 09:02:42 -0400 Subject: [PATCH 08/15] Upgraded cucumber-expressions gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7740715..3b5ffcb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -96,7 +96,7 @@ GEM backports (>= 3.8.0) cucumber-tag_expressions (~> 1.1.0) gherkin (>= 5.0.0) - cucumber-expressions (5.0.13) + cucumber-expressions (5.0.14) cucumber-tag_expressions (1.1.1) cucumber-wire (0.0.1) database_cleaner (1.6.2) From 93659fc62751bc31bb6fda49ae7a08419109aa69 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 5 Apr 2018 20:36:35 -0400 Subject: [PATCH 09/15] Upgraded rack-livereload gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3b5ffcb..751f931 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -199,7 +199,7 @@ GEM pry (>= 0.10.4) public_suffix (3.0.2) rack (2.0.4) - rack-livereload (0.3.16) + rack-livereload (0.3.17) rack rack-test (1.0.0) rack (>= 1.0, < 3) From c17fea6c9b154fbd299e225fe97c15e648ddb688 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sun, 8 Apr 2018 08:49:00 -0400 Subject: [PATCH 10/15] Upgraded cucumber-expressions gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 751f931..70bb60d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -96,7 +96,7 @@ GEM backports (>= 3.8.0) cucumber-tag_expressions (~> 1.1.0) gherkin (>= 5.0.0) - cucumber-expressions (5.0.14) + cucumber-expressions (5.0.15) cucumber-tag_expressions (1.1.1) cucumber-wire (0.0.1) database_cleaner (1.6.2) From 3ae201ce34fe40642d9063f0c27fa97f6b6a90c0 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sun, 8 Apr 2018 18:50:12 -0400 Subject: [PATCH 11/15] Upgraded crass gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 70bb60d..b9b5bf8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -82,7 +82,7 @@ GEM coffee-script-source (1.12.2) concurrent-ruby (1.0.5) contracts (0.16.0) - crass (1.0.3) + crass (1.0.4) cucumber (3.1.0) builder (>= 2.1.2) cucumber-core (~> 3.1.0) From 834d95845e1fcb14e20ea06dae6c46b59d619234 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 10 Apr 2018 17:49:03 -0400 Subject: [PATCH 12/15] Upgraded backports gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index b9b5bf8..20d1471 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.1) + backports (3.11.2) bcrypt (3.1.11) better_errors (2.4.0) coderay (>= 1.0.0) From 28db4051c5fcc6821ef5c1f295e7d44f2d4188ae Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 11 Apr 2018 08:29:47 -0400 Subject: [PATCH 13/15] Upgraded turbolinks and mysql2 gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 20d1471..47bef9e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -173,7 +173,7 @@ GEM minitest (5.11.3) multi_json (1.13.1) multi_test (0.1.2) - mysql2 (0.5.0) + mysql2 (0.5.1) nenv (0.3.0) nio4r (2.3.0) nokogiri (1.8.2) @@ -305,7 +305,7 @@ GEM tilt (2.0.8) travis-lint (2.0.0) json - turbolinks (5.1.0) + turbolinks (5.1.1) turbolinks-source (~> 5.1) turbolinks-source (5.1.0) tzinfo (1.2.5) From f328a84eeca80225744d7b468f5a054f66d34fd7 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 11 Apr 2018 15:50:26 -0400 Subject: [PATCH 14/15] Upgraded uglifier gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 47bef9e..98bf558 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -310,7 +310,7 @@ GEM turbolinks-source (5.1.0) tzinfo (1.2.5) thread_safe (~> 0.1) - uglifier (4.1.8) + uglifier (4.1.9) execjs (>= 0.3.0, < 3) unicode-display_width (1.3.0) unicorn (5.4.0) From 8d4d11dca694ad1d2d5d33a44bd28c42d9b83768 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 12 Apr 2018 07:39:20 -0400 Subject: [PATCH 15/15] Upgraded cucumber-expressions and parser gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 98bf558..4198c41 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -96,7 +96,7 @@ GEM backports (>= 3.8.0) cucumber-tag_expressions (~> 1.1.0) gherkin (>= 5.0.0) - cucumber-expressions (5.0.15) + cucumber-expressions (5.0.17) cucumber-tag_expressions (1.1.1) cucumber-wire (0.0.1) database_cleaner (1.6.2) @@ -182,7 +182,7 @@ GEM nenv (~> 0.1) shellany (~> 0.0) parallel (1.12.1) - parser (2.5.0.5) + parser (2.5.1.0) ast (~> 2.4.0) poltergeist (1.17.0) capybara (~> 2.1)