From edac6e8b1b5478fef37c9d825d8c9ce7449a1e3c Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 12 Dec 2017 12:01:51 -0500 Subject: [PATCH 01/14] Upgraded poltergeist gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8ffbe91..f87e489 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -184,7 +184,7 @@ GEM parallel (1.12.0) parser (2.4.0.2) ast (~> 2.3) - poltergeist (1.16.0) + poltergeist (1.17.0) capybara (~> 2.1) cliver (~> 0.3.1) websocket-driver (>= 0.2.0) From 215bd34b6fd8cd6c419d1076c7515943afc36ca5 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 14 Dec 2017 08:07:29 -0500 Subject: [PATCH 02/14] Upgraded brakeman gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index f87e489..a04b3c3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,7 +57,7 @@ GEM rack (>= 0.9.0) binding_of_caller (0.7.3) debug_inspector (>= 0.0.1) - brakeman (4.0.1) + brakeman (4.1.0) builder (3.2.3) bundler-audit (0.6.0) bundler (~> 1.2) From dbc67baf532f8499d6b46ca6a40a366e06de28f1 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 14 Dec 2017 19:01:55 -0500 Subject: [PATCH 03/14] Upgraded Ruby to 2.4.3 --- .ruby-version | 2 +- .travis.yml | 2 +- Dockerfile | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- README.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.ruby-version b/.ruby-version index 8e8299d..35cee72 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.4.2 +2.4.3 diff --git a/.travis.yml b/.travis.yml index da33b7b..72cd534 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: ruby rvm: - - "2.4.2" + - "2.4.3" before_install: - "phantomjs --version" diff --git a/Dockerfile b/Dockerfile index 1b9bc1d..6c15cac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.4.2 +FROM ruby:2.4.3 RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs RUN mkdir /myapp WORKDIR /myapp diff --git a/Gemfile b/Gemfile index ef6191f..c24895e 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source "https://rubygems.org" #don't upgrade gem "rails", "5.1.4" -ruby "2.4.2" +ruby "2.4.3" gem "aruba" gem "bcrypt" diff --git a/Gemfile.lock b/Gemfile.lock index a04b3c3..96b29ad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -370,7 +370,7 @@ DEPENDENCIES unicorn RUBY VERSION - ruby 2.4.2p198 + ruby 2.4.3p205 BUNDLED WITH 1.16.0 diff --git a/README.md b/README.md index 1cb9266..5f656de 100755 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you are looking for support or troubleshooting assistance, please visit our [ To begin, install the Ruby Version Manager (RVM): ```bash -$ curl -L https://get.rvm.io | bash -s stable --autolibs=3 --ruby=2.4.2 +$ curl -L https://get.rvm.io | bash -s stable --autolibs=3 --ruby=2.4.3 ``` After installing the package, clone this repo: From e8965f957643468a40b77d499e45b9b0d65dc6ef Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 15 Dec 2017 09:43:13 -0500 Subject: [PATCH 04/14] Upgraded aruba and childprocess gems --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 96b29ad..67a9ca7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -41,8 +41,8 @@ GEM addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) arel (8.0.0) - aruba (0.14.2) - childprocess (~> 0.5.6) + aruba (0.14.3) + childprocess (~> 0.8.0) contracts (~> 0.9) cucumber (>= 1.3.19) ffi (~> 1.9.10) @@ -69,7 +69,7 @@ GEM rack (>= 1.0.0) rack-test (>= 0.5.4) xpath (~> 2.0) - childprocess (0.5.9) + childprocess (0.8.0) ffi (~> 1.0, >= 1.0.11) cliver (0.3.2) coderay (1.1.2) From b4eb845f4fdeb45af73ab92dabf9d54c07f18090 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sat, 16 Dec 2017 08:27:07 -0500 Subject: [PATCH 05/14] Upgraded [kgio, parallel, sass] gems --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 67a9ca7..385d7d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -153,7 +153,7 @@ GEM railties (>= 4.2.0) thor (>= 0.14, < 2.0) json (2.1.0) - kgio (2.11.0) + kgio (2.11.1) launchy (2.4.3) addressable (~> 2.3) libv8 (3.16.14.19) @@ -181,7 +181,7 @@ GEM notiffany (0.1.1) nenv (~> 0.1) shellany (~> 0.0) - parallel (1.12.0) + parallel (1.12.1) parser (2.4.0.2) ast (~> 2.3) poltergeist (1.17.0) @@ -270,7 +270,7 @@ GEM ruby-prof (0.16.2) ruby-progressbar (1.9.0) ruby_dep (1.5.0) - sass (3.5.3) + sass (3.5.4) sass-listen (~> 4.0.0) sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) From 6d30f92b0ee2f755501e31cc94e0b7dd3d19d8f1 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 27 Dec 2017 10:23:48 -0500 Subject: [PATCH 06/14] Upgraded rubocop and bundler gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 385d7d3..6e90d8c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -258,7 +258,7 @@ GEM rspec-mocks (~> 3.7.0) rspec-support (~> 3.7.0) rspec-support (3.7.0) - rubocop (0.52.0) + rubocop (0.52.1) parallel (~> 1.10) parser (>= 2.4.0.2, < 3.0) powerpack (~> 0.1) @@ -373,4 +373,4 @@ RUBY VERSION ruby 2.4.3p205 BUNDLED WITH - 1.16.0 + 1.16.1 From 16175dc6a9fa64eae7fdc2a69247206d0d72cd58 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 27 Dec 2017 15:30:31 -0500 Subject: [PATCH 07/14] Upgraded nio4r gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6e90d8c..07e1491 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -175,7 +175,7 @@ GEM multi_test (0.1.2) mysql2 (0.4.10) nenv (0.3.0) - nio4r (2.1.0) + nio4r (2.2.0) nokogiri (1.8.1) mini_portile2 (~> 2.3.0) notiffany (0.1.1) From 0b3740ccd7eada254cff2818ee17385c9408bb26 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 3 Jan 2018 08:45:32 -0500 Subject: [PATCH 08/14] Upgraded [capybara, xpath] gems --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 07e1491..639b501 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,13 +62,13 @@ GEM bundler-audit (0.6.0) bundler (~> 1.2) thor (~> 0.18) - capybara (2.16.1) + capybara (2.17.0) addressable mini_mime (>= 0.1.3) nokogiri (>= 1.3.3) rack (>= 1.0.0) rack-test (>= 0.5.4) - xpath (~> 2.0) + xpath (>= 2.0, < 4.0) childprocess (0.8.0) ffi (~> 1.0, >= 1.0.11) cliver (0.3.2) @@ -319,8 +319,8 @@ GEM websocket-driver (0.6.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.3) - xpath (2.1.0) - nokogiri (~> 1.3) + xpath (3.0.0) + nokogiri (~> 1.8) PLATFORMS ruby From 0572a27f12431f437a57f28f2870795d7356e7de Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 3 Jan 2018 09:22:22 -0500 Subject: [PATCH 09/14] Upgraded rspec-core gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 639b501..9fb2f8e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -241,7 +241,7 @@ GEM rspec-core (~> 3.7.0) rspec-expectations (~> 3.7.0) rspec-mocks (~> 3.7.0) - rspec-core (3.7.0) + rspec-core (3.7.1) rspec-support (~> 3.7.0) rspec-expectations (3.7.0) diff-lcs (>= 1.2.0, < 2.0) From f2d2474f430ec243fd9e0bd00c6cd43eebf084e9 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 3 Jan 2018 09:23:15 -0500 Subject: [PATCH 10/14] Upgraded minitest gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9fb2f8e..ded8e2e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -170,7 +170,7 @@ GEM method_source (0.9.0) mini_mime (1.0.0) mini_portile2 (2.3.0) - minitest (5.10.3) + minitest (5.11.1) multi_json (1.12.2) multi_test (0.1.2) mysql2 (0.4.10) From 615a3766d4357939e0b7f16f7ba0d4edff3ffd9f Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 3 Jan 2018 16:35:25 -0500 Subject: [PATCH 11/14] Upgraded guard gem --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ded8e2e..6cf1cf6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -116,10 +116,10 @@ GEM gherkin (5.0.0) globalid (0.4.1) activesupport (>= 4.2.0) - guard (2.14.1) + guard (2.14.2) formatador (>= 0.2.4) listen (>= 2.7, < 4.0) - lumberjack (~> 1.0) + lumberjack (>= 1.0.12, < 2.0) nenv (~> 0.1) notiffany (~> 0.0) pry (>= 0.9.12) From 5778954069f16bf9f70223d4e6ba34d95827d76a Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 4 Jan 2018 10:13:37 -0500 Subject: [PATCH 12/14] Upgraded brakeman gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6cf1cf6..e958265 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,7 +57,7 @@ GEM rack (>= 0.9.0) binding_of_caller (0.7.3) debug_inspector (>= 0.0.1) - brakeman (4.1.0) + brakeman (4.1.1) builder (3.2.3) bundler-audit (0.6.0) bundler (~> 1.2) From 217e01173c62da21d46e252ef5a0f0e2e87f991c Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 4 Jan 2018 11:46:58 -0500 Subject: [PATCH 13/14] Rebuild Gemfile.lock file to upgrade 5 gems --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e958265..810cdd0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,7 +49,7 @@ GEM rspec-expectations (>= 2.99) thor (~> 0.19) ast (2.3.0) - backports (3.10.3) + backports (3.11.0) bcrypt (3.1.11) better_errors (2.4.0) coderay (>= 1.0.0) @@ -265,9 +265,9 @@ GEM rainbow (>= 2.2.2, < 4.0) ruby-progressbar (~> 1.7) unicode-display_width (~> 1.0, >= 1.0.1) - rubocop-github (0.6.0) + rubocop-github (0.8.1) rubocop (~> 0.51) - ruby-prof (0.16.2) + ruby-prof (0.17.0) ruby-progressbar (1.9.0) ruby_dep (1.5.0) sass (3.5.4) @@ -310,10 +310,10 @@ GEM turbolinks-source (5.0.3) tzinfo (1.2.4) thread_safe (~> 0.1) - uglifier (4.0.2) + uglifier (4.1.2) execjs (>= 0.3.0, < 3) unicode-display_width (1.3.0) - unicorn (5.3.1) + unicorn (5.4.0) kgio (~> 2.6) raindrops (~> 0.7) websocket-driver (0.6.5) From 6569e5042ff31988e7530dcc8ed0c008081418aa Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 5 Jan 2018 09:36:21 -0500 Subject: [PATCH 14/14] Upgraded sass gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 810cdd0..af6d5fe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -270,7 +270,7 @@ GEM ruby-prof (0.17.0) ruby-progressbar (1.9.0) ruby_dep (1.5.0) - sass (3.5.4) + sass (3.5.5) sass-listen (~> 4.0.0) sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4)