From b14f727a4efd27b53204b8838cbe985eebffee23 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sat, 17 Dec 2016 15:06:02 -0500 Subject: [PATCH 01/81] Upgraded concurrent-ruby gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7cfff78..d97799b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,7 +76,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.0.2) + concurrent-ruby (1.0.3) contracts (0.14.0) crack (0.3.1) cucumber (2.4.0) From ad827dd7037530b6e0b77460b2cceea73bf5e242 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 19 Dec 2016 20:36:48 -0500 Subject: [PATCH 02/81] Upgraded sass and sprockets gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d97799b..9249201 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -255,7 +255,7 @@ GEM rspec-support (~> 3.5.0) rspec-support (3.5.0) ruby_dep (1.5.0) - sass (3.4.22) + sass (3.4.23) sass-rails (5.0.6) railties (>= 4.0.0, < 6) sass (~> 3.1) @@ -276,7 +276,7 @@ GEM eventmachine (~> 1.0.0) thin (>= 1.5, < 1.7) slop (3.6.0) - sprockets (3.7.0) + sprockets (3.7.1) concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-rails (3.2.0) From 2e7c8ea5ef135a2e016f5f0adae8953fd1b6d086 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sun, 25 Dec 2016 19:02:57 -0500 Subject: [PATCH 03/81] Upgraded bundler gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9249201..c23202d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -363,4 +363,4 @@ RUBY VERSION ruby 2.3.3p222 BUNDLED WITH - 1.13.6 + 1.13.7 From d629bf982308e9450bd1f35849705d4eb26afe8b Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 27 Dec 2016 11:17:07 -0500 Subject: [PATCH 04/81] Upgraded [arel, concurrent-ruby, nokogiri, rails-dom-testing] gems --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c23202d..c639d36 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,7 +38,7 @@ GEM tzinfo (~> 1.1) addressable (2.5.0) public_suffix (~> 2.0, >= 2.0.2) - arel (6.0.3) + arel (6.0.4) aruba (0.14.2) childprocess (~> 0.5.6) contracts (~> 0.9) @@ -76,7 +76,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.0.3) + concurrent-ruby (1.0.4) contracts (0.14.0) crack (0.3.1) cucumber (2.4.0) @@ -175,7 +175,7 @@ GEM multi_test (0.1.2) mysql2 (0.4.5) nenv (0.3.0) - nokogiri (1.6.8.1) + nokogiri (1.7.0) mini_portile2 (~> 2.1.0) notiffany (0.1.1) nenv (~> 0.1) @@ -214,9 +214,9 @@ GEM sprockets-rails rails-deprecated_sanitizer (1.0.3) activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.7) + rails-dom-testing (1.0.8) activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6.0) + nokogiri (~> 1.6) rails-deprecated_sanitizer (>= 1.0.1) rails-html-sanitizer (1.0.3) loofah (~> 2.0) From 2effdcba9a12e4649a586e19c8389e416b771fa6 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sat, 31 Dec 2016 14:23:44 -0500 Subject: [PATCH 05/81] Upgraded jquery-rails gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index c639d36..9fcf8eb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -139,7 +139,7 @@ GEM actionpack (>= 3.1) railties (>= 3.1) sass (>= 3.2) - jquery-rails (4.2.1) + jquery-rails (4.2.2) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) From 4e96040e839ca6aca1dfe48286fc6b4df1274eb7 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 2 Jan 2017 13:16:03 -0500 Subject: [PATCH 06/81] Upgraded public_suffix gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9fcf8eb..8bfa10e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -193,7 +193,7 @@ GEM slop (~> 3.4) pry-rails (0.3.4) pry (>= 0.9.10) - public_suffix (2.0.4) + public_suffix (2.0.5) rack (1.6.5) rack-livereload (0.3.16) rack From 6b6ea7d84d0276e7a5eb5ed38807e075678ea115 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 4 Jan 2017 09:25:51 -0500 Subject: [PATCH 07/81] Upgraded nokogiri gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8bfa10e..db28831 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -175,7 +175,7 @@ GEM multi_test (0.1.2) mysql2 (0.4.5) nenv (0.3.0) - nokogiri (1.7.0) + nokogiri (1.7.0.1) mini_portile2 (~> 2.1.0) notiffany (0.1.1) nenv (~> 0.1) From c0ecb2691ff0b62ba43d99e319cbd407f5584dc4 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 4 Jan 2017 15:59:48 -0500 Subject: [PATCH 08/81] Upgraded sqlite3 gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index db28831..6d14f65 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -283,7 +283,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - sqlite3 (1.3.12) + sqlite3 (1.3.13) test-unit (3.2.3) power_assert therubyracer (0.12.2) From fec2618418a50e39aef08189a5e59436492db2a5 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 5 Jan 2017 20:08:02 -0500 Subject: [PATCH 09/81] Upgraded therubyracer gem --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6d14f65..e8f2300 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -286,8 +286,8 @@ GEM sqlite3 (1.3.13) test-unit (3.2.3) power_assert - therubyracer (0.12.2) - libv8 (~> 3.16.14.0) + therubyracer (0.12.3) + libv8 (~> 3.16.14.15) ref thin (1.5.1) daemons (>= 1.0.9) From e1ceab62d418bc19c3133d6b6e5934166e66f09d Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 10 Jan 2017 09:28:17 -0500 Subject: [PATCH 10/81] Upgraded lumberjack gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index e8f2300..d64088a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -154,7 +154,7 @@ GEM ruby_dep (~> 1.2) loofah (2.0.3) nokogiri (>= 1.5.9) - lumberjack (1.0.10) + lumberjack (1.0.11) mail (2.6.4) mime-types (>= 1.16, < 4) mailcatcher (0.6.5) From f21e24f3ad03ebd37a4b26708cc3ccdfa8af2646 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 12 Jan 2017 08:06:56 -0500 Subject: [PATCH 11/81] Upgraded json gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index d64088a..987fccb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -143,7 +143,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json (1.8.3) + json (1.8.5) kgio (2.11.0) launchy (2.4.3) addressable (~> 2.3) From 50d3f63a7c8b6d5f717e7e285bd41b85f4d15d39 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 13 Jan 2017 08:25:28 -0500 Subject: [PATCH 12/81] Upgraded json gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 987fccb..03b8eaa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -143,7 +143,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json (1.8.5) + json (1.8.6) kgio (2.11.0) launchy (2.4.3) addressable (~> 2.3) From fd0c198666a89623d59fb233cfcea748bad61599 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 13 Jan 2017 20:07:03 -0500 Subject: [PATCH 13/81] Upgraded builder and ffi gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 03b8eaa..a0832a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -54,7 +54,7 @@ GEM binding_of_caller (0.7.2) debug_inspector (>= 0.0.1) brakeman (3.4.1) - builder (3.2.2) + builder (3.2.3) bundler-audit (0.5.0) bundler (~> 1.2) thor (~> 0.18) @@ -101,7 +101,7 @@ GEM erubis (2.7.0) eventmachine (1.0.9.1) execjs (2.7.0) - ffi (1.9.14) + ffi (1.9.17) foreman (0.82.0) thor (~> 0.19.1) formatador (0.2.5) From e8feeee10bae99ee8719613b920c47a0147d513d Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 19 Jan 2017 17:06:48 -0500 Subject: [PATCH 14/81] Upgraded diff-lcs and foreman gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a0832a1..75c1e2f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -93,7 +93,7 @@ GEM daemons (1.2.4) database_cleaner (1.5.3) debug_inspector (0.0.2) - diff-lcs (1.2.5) + diff-lcs (1.3) docile (1.1.5) em-websocket (0.5.1) eventmachine (>= 0.12.9) @@ -102,7 +102,7 @@ GEM eventmachine (1.0.9.1) execjs (2.7.0) ffi (1.9.17) - foreman (0.82.0) + foreman (0.83.0) thor (~> 0.19.1) formatador (0.2.5) gherkin (4.0.0) From 861709ed8cf90ca9e2d8aced53516469bacf80e5 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sat, 21 Jan 2017 11:01:38 -0500 Subject: [PATCH 15/81] Upgraded bundler gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 75c1e2f..8a1b45b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -363,4 +363,4 @@ RUBY VERSION ruby 2.3.3p222 BUNDLED WITH - 1.13.7 + 1.14.0 From 24bcc6c607dc077b06feb0b32d1528e0f821a28f Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sun, 22 Jan 2017 16:31:26 -0500 Subject: [PATCH 16/81] Upgraded [poltergeist, websocket-driver, capybara, bundler] gems --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8a1b45b..8765854 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -58,7 +58,7 @@ GEM bundler-audit (0.5.0) bundler (~> 1.2) thor (~> 0.18) - capybara (2.11.0) + capybara (2.12.0) addressable mime-types (>= 1.16) nokogiri (>= 1.3.3) @@ -180,7 +180,7 @@ GEM notiffany (0.1.1) nenv (~> 0.1) shellany (~> 0.0) - poltergeist (1.12.0) + poltergeist (1.13.0) capybara (~> 2.1) cliver (~> 0.3.1) websocket-driver (>= 0.2.0) @@ -308,7 +308,7 @@ GEM unicorn (5.2.0) kgio (~> 2.6) raindrops (~> 0.7) - websocket-driver (0.6.4) + websocket-driver (0.6.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.2) xpath (2.0.0) @@ -363,4 +363,4 @@ RUBY VERSION ruby 2.3.3p222 BUNDLED WITH - 1.14.0 + 1.14.1 From 2ba11848b6d3a1fa3bef3e18f387f22d51653522 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 23 Jan 2017 07:13:56 -0500 Subject: [PATCH 17/81] Upgraded bundler gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8765854..a1bd406 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -363,4 +363,4 @@ RUBY VERSION ruby 2.3.3p222 BUNDLED WITH - 1.14.1 + 1.14.2 From c148ff74b3541d84cd38499a2d9762a444cfbd5e Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 24 Jan 2017 18:28:20 -0500 Subject: [PATCH 18/81] Upgraded bundler gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index a1bd406..b882502 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -363,4 +363,4 @@ RUBY VERSION ruby 2.3.3p222 BUNDLED WITH - 1.14.2 + 1.14.3 From 48b8ea87234dabc68831c5d9b86800a970477131 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 25 Jan 2017 14:33:11 -0500 Subject: [PATCH 19/81] Upgraded simplecov gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index b882502..9b683ab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -263,7 +263,7 @@ GEM sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) shellany (0.0.1) - simplecov (0.12.0) + simplecov (0.13.0) docile (~> 1.1.0) json (>= 1.8, < 3) simplecov-html (~> 0.10.0) From be0424b38235f24a9b1af1f654f4d716d3826be3 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 26 Jan 2017 15:27:15 -0500 Subject: [PATCH 20/81] Upgraded tilt gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9b683ab..2e89d37 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -295,7 +295,7 @@ GEM rack (>= 1.0.0) thor (0.19.4) thread_safe (0.3.5) - tilt (2.0.5) + tilt (2.0.6) travis-lint (2.0.0) json turbolinks (5.0.1) From 5fb4dc8a7531d236cacbed1ad6511180a312a180 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sat, 28 Jan 2017 09:44:38 -0500 Subject: [PATCH 21/81] Upgraded rb-inotify and pwer_assert gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2e89d37..59dfe59 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -186,7 +186,7 @@ GEM websocket-driver (>= 0.2.0) powder (0.3.0) thor (>= 0.11.5) - power_assert (0.4.1) + power_assert (1.0.0) pry (0.10.4) coderay (~> 1.1.0) method_source (~> 0.8.1) @@ -228,7 +228,7 @@ GEM raindrops (0.17.0) rake (12.0.0) rb-fsevent (0.9.8) - rb-inotify (0.9.7) + rb-inotify (0.9.8) ffi (>= 0.5.0) ref (2.0.0) responders (2.3.0) From 367de2a6cb1edd532a39b178a5c64fb977a4b2d3 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sat, 28 Jan 2017 18:44:07 -0500 Subject: [PATCH 22/81] Upgraded guard gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 59dfe59..24f282c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -108,7 +108,7 @@ GEM gherkin (4.0.0) globalid (0.3.7) activesupport (>= 4.1.0) - guard (2.14.0) + guard (2.14.1) formatador (>= 0.2.4) listen (>= 2.7, < 4.0) lumberjack (~> 1.0) From 44c3d95564d72382f27a04483e59905588f3cc84 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 30 Jan 2017 20:30:31 -0500 Subject: [PATCH 23/81] Upgraded power_assert and sinatra gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 24f282c..10a0d15 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -186,7 +186,7 @@ GEM websocket-driver (>= 0.2.0) powder (0.3.0) thor (>= 0.11.5) - power_assert (1.0.0) + power_assert (1.0.1) pry (0.10.4) coderay (~> 1.1.0) method_source (~> 0.8.1) @@ -268,7 +268,7 @@ GEM json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.0) - sinatra (1.4.7) + sinatra (1.4.8) rack (~> 1.5) rack-protection (~> 1.4) tilt (>= 1.3, < 3) From 31c1d93320e8789a5923e7e19c328aa65be4bc16 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 31 Jan 2017 18:45:21 -0500 Subject: [PATCH 24/81] Upgraded i18n gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 10a0d15..0474fb4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -134,7 +134,7 @@ GEM guard (>= 2.0.0) guard-compat (~> 1.0) http_parser.rb (0.6.0) - i18n (0.7.0) + i18n (0.8.0) jquery-fileupload-rails (0.4.7) actionpack (>= 3.1) railties (>= 3.1) From c4bf55acf6f19847fba272402ac6cff3244a2c9e Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 1 Feb 2017 07:10:08 -0500 Subject: [PATCH 25/81] Upgraded brakeman gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0474fb4..e38431c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -53,7 +53,7 @@ GEM rack (>= 0.9.0) binding_of_caller (0.7.2) debug_inspector (>= 0.0.1) - brakeman (3.4.1) + brakeman (3.5.0) builder (3.2.3) bundler-audit (0.5.0) bundler (~> 1.2) From 7e8ecf71434a7f13dfb6b97393fe14885ff5ce20 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 10 Feb 2017 09:57:06 -0500 Subject: [PATCH 26/81] Upgraded to Rails 4.2.8.rc1 --- Gemfile | 2 +- Gemfile.lock | 65 ++++++++++++++++++++++++++-------------------------- 2 files changed, 33 insertions(+), 34 deletions(-) diff --git a/Gemfile b/Gemfile index 0e1a973..0374afd 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' #don't upgrade -gem 'rails', '4.2.7.1' +gem 'rails', '4.2.8.rc1' ruby '2.3.3' diff --git a/Gemfile.lock b/Gemfile.lock index e38431c..cd21f2a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,38 +1,37 @@ GEM remote: https://rubygems.org/ specs: - actionmailer (4.2.7.1) - actionpack (= 4.2.7.1) - actionview (= 4.2.7.1) - activejob (= 4.2.7.1) + actionmailer (4.2.8.rc1) + actionpack (= 4.2.8.rc1) + actionview (= 4.2.8.rc1) + activejob (= 4.2.8.rc1) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7.1) - actionview (= 4.2.7.1) - activesupport (= 4.2.7.1) + actionpack (4.2.8.rc1) + actionview (= 4.2.8.rc1) + activesupport (= 4.2.8.rc1) rack (~> 1.6) rack-test (~> 0.6.2) rails-dom-testing (~> 1.0, >= 1.0.5) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7.1) - activesupport (= 4.2.7.1) + actionview (4.2.8.rc1) + activesupport (= 4.2.8.rc1) builder (~> 3.1) erubis (~> 2.7.0) rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7.1) - activesupport (= 4.2.7.1) + rails-html-sanitizer (~> 1.0, >= 1.0.3) + activejob (4.2.8.rc1) + activesupport (= 4.2.8.rc1) globalid (>= 0.3.0) - activemodel (4.2.7.1) - activesupport (= 4.2.7.1) + activemodel (4.2.8.rc1) + activesupport (= 4.2.8.rc1) builder (~> 3.1) - activerecord (4.2.7.1) - activemodel (= 4.2.7.1) - activesupport (= 4.2.7.1) + activerecord (4.2.8.rc1) + activemodel (= 4.2.8.rc1) + activesupport (= 4.2.8.rc1) arel (~> 6.0) - activesupport (4.2.7.1) + activesupport (4.2.8.rc1) i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) @@ -143,7 +142,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json (1.8.6) + json (2.0.3) kgio (2.11.0) launchy (2.4.3) addressable (~> 2.3) @@ -201,16 +200,16 @@ GEM rack rack-test (0.6.3) rack (>= 1.0) - rails (4.2.7.1) - actionmailer (= 4.2.7.1) - actionpack (= 4.2.7.1) - actionview (= 4.2.7.1) - activejob (= 4.2.7.1) - activemodel (= 4.2.7.1) - activerecord (= 4.2.7.1) - activesupport (= 4.2.7.1) + rails (4.2.8.rc1) + actionmailer (= 4.2.8.rc1) + actionpack (= 4.2.8.rc1) + actionview (= 4.2.8.rc1) + activejob (= 4.2.8.rc1) + activemodel (= 4.2.8.rc1) + activerecord (= 4.2.8.rc1) + activesupport (= 4.2.8.rc1) bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7.1) + railties (= 4.2.8.rc1) sprockets-rails rails-deprecated_sanitizer (1.0.3) activesupport (>= 4.2.0.alpha) @@ -220,9 +219,9 @@ GEM rails-deprecated_sanitizer (>= 1.0.1) rails-html-sanitizer (1.0.3) loofah (~> 2.0) - railties (4.2.7.1) - actionpack (= 4.2.7.1) - activesupport (= 4.2.7.1) + railties (4.2.8.rc1) + actionpack (= 4.2.8.rc1) + activesupport (= 4.2.8.rc1) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) raindrops (0.17.0) @@ -344,7 +343,7 @@ DEPENDENCIES pry pry-rails rack-livereload - rails (= 4.2.7.1) + rails (= 4.2.8.rc1) rake rb-fsevent responders From 403f2d69a002a23eb13fef71041681093c1cc27c Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 13 Feb 2017 10:14:55 -0500 Subject: [PATCH 27/81] Upgraded bundler gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index cd21f2a..943c76e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -362,4 +362,4 @@ RUBY VERSION ruby 2.3.3p222 BUNDLED WITH - 1.14.3 + 1.14.4 From 9efa801783ef9fe192fd9f8b15d62b793bc3888a Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 14 Feb 2017 15:21:09 -0500 Subject: [PATCH 28/81] Upgrade pry-rails gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 943c76e..8cee917 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -190,7 +190,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) - pry-rails (0.3.4) + pry-rails (0.3.5) pry (>= 0.9.10) public_suffix (2.0.5) rack (1.6.5) From 86086934d996c7d82c12ad3296779148790b45f7 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 17 Feb 2017 08:51:27 -0500 Subject: [PATCH 29/81] Upgraded capybara gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8cee917..a66bc05 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,7 +57,7 @@ GEM bundler-audit (0.5.0) bundler (~> 1.2) thor (~> 0.18) - capybara (2.12.0) + capybara (2.12.1) addressable mime-types (>= 1.16) nokogiri (>= 1.3.3) From 9c2897de19c737a829766fb87b0846eac8faa52e Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 22 Feb 2017 10:22:54 -0500 Subject: [PATCH 30/81] Upgraded [rails, i18n, bundler] gems --- Gemfile | 2 +- Gemfile.lock | 64 ++++++++++++++++++++++++++-------------------------- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/Gemfile b/Gemfile index 0374afd..ed572e6 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' #don't upgrade -gem 'rails', '4.2.8.rc1' +gem 'rails', '4.2.8' ruby '2.3.3' diff --git a/Gemfile.lock b/Gemfile.lock index a66bc05..d2549c9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,36 +1,36 @@ GEM remote: https://rubygems.org/ specs: - actionmailer (4.2.8.rc1) - actionpack (= 4.2.8.rc1) - actionview (= 4.2.8.rc1) - activejob (= 4.2.8.rc1) + actionmailer (4.2.8) + actionpack (= 4.2.8) + actionview (= 4.2.8) + activejob (= 4.2.8) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.8.rc1) - actionview (= 4.2.8.rc1) - activesupport (= 4.2.8.rc1) + actionpack (4.2.8) + actionview (= 4.2.8) + activesupport (= 4.2.8) rack (~> 1.6) rack-test (~> 0.6.2) rails-dom-testing (~> 1.0, >= 1.0.5) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.8.rc1) - activesupport (= 4.2.8.rc1) + actionview (4.2.8) + activesupport (= 4.2.8) builder (~> 3.1) erubis (~> 2.7.0) rails-dom-testing (~> 1.0, >= 1.0.5) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activejob (4.2.8.rc1) - activesupport (= 4.2.8.rc1) + activejob (4.2.8) + activesupport (= 4.2.8) globalid (>= 0.3.0) - activemodel (4.2.8.rc1) - activesupport (= 4.2.8.rc1) + activemodel (4.2.8) + activesupport (= 4.2.8) builder (~> 3.1) - activerecord (4.2.8.rc1) - activemodel (= 4.2.8.rc1) - activesupport (= 4.2.8.rc1) + activerecord (4.2.8) + activemodel (= 4.2.8) + activesupport (= 4.2.8) arel (~> 6.0) - activesupport (4.2.8.rc1) + activesupport (4.2.8) i18n (~> 0.7) minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) @@ -133,7 +133,7 @@ GEM guard (>= 2.0.0) guard-compat (~> 1.0) http_parser.rb (0.6.0) - i18n (0.8.0) + i18n (0.8.1) jquery-fileupload-rails (0.4.7) actionpack (>= 3.1) railties (>= 3.1) @@ -200,16 +200,16 @@ GEM rack rack-test (0.6.3) rack (>= 1.0) - rails (4.2.8.rc1) - actionmailer (= 4.2.8.rc1) - actionpack (= 4.2.8.rc1) - actionview (= 4.2.8.rc1) - activejob (= 4.2.8.rc1) - activemodel (= 4.2.8.rc1) - activerecord (= 4.2.8.rc1) - activesupport (= 4.2.8.rc1) + rails (4.2.8) + actionmailer (= 4.2.8) + actionpack (= 4.2.8) + actionview (= 4.2.8) + activejob (= 4.2.8) + activemodel (= 4.2.8) + activerecord (= 4.2.8) + activesupport (= 4.2.8) bundler (>= 1.3.0, < 2.0) - railties (= 4.2.8.rc1) + railties (= 4.2.8) sprockets-rails rails-deprecated_sanitizer (1.0.3) activesupport (>= 4.2.0.alpha) @@ -219,9 +219,9 @@ GEM rails-deprecated_sanitizer (>= 1.0.1) rails-html-sanitizer (1.0.3) loofah (~> 2.0) - railties (4.2.8.rc1) - actionpack (= 4.2.8.rc1) - activesupport (= 4.2.8.rc1) + railties (4.2.8) + actionpack (= 4.2.8) + activesupport (= 4.2.8) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) raindrops (0.17.0) @@ -343,7 +343,7 @@ DEPENDENCIES pry pry-rails rack-livereload - rails (= 4.2.8.rc1) + rails (= 4.2.8) rake rb-fsevent responders @@ -362,4 +362,4 @@ RUBY VERSION ruby 2.3.3p222 BUNDLED WITH - 1.14.4 + 1.14.5 From 384faa5cc6103c23d4113832cd71b65ef1192e69 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 22 Feb 2017 17:25:56 -0500 Subject: [PATCH 31/81] Upgraded thread_safe gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index d2549c9..23c2a47 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -293,7 +293,7 @@ GEM eventmachine (>= 0.12.6) rack (>= 1.0.0) thor (0.19.4) - thread_safe (0.3.5) + thread_safe (0.3.6) tilt (2.0.6) travis-lint (2.0.0) json From 1d0858518bfd42fb2d0738a76108c326439c1df2 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sun, 26 Feb 2017 06:51:58 -0500 Subject: [PATCH 32/81] Upgraded contracts gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 23c2a47..d1173ca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,7 +76,7 @@ GEM execjs coffee-script-source (1.12.2) concurrent-ruby (1.0.4) - contracts (0.14.0) + contracts (0.15.0) crack (0.3.1) cucumber (2.4.0) builder (>= 2.1.2) From d07d8175b728bed759bba9b5812f62120cf787c2 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 27 Feb 2017 09:13:41 -0500 Subject: [PATCH 33/81] Upgraded [uglifier, concurrent-ruby] gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d1173ca..849883e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,7 +75,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.0.4) + concurrent-ruby (1.0.5) contracts (0.15.0) crack (0.3.1) cucumber (2.4.0) @@ -302,7 +302,7 @@ GEM turbolinks-source (5.0.0) tzinfo (1.2.2) thread_safe (~> 0.1) - uglifier (3.0.4) + uglifier (3.1.0) execjs (>= 0.3.0, < 3) unicorn (5.2.0) kgio (~> 2.6) From 13fa969e4fb2f9d3b6d7fd778e0789734e3ef7a6 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 27 Feb 2017 14:13:28 -0500 Subject: [PATCH 34/81] Upgraded uglifier gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 849883e..3d9561a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -302,7 +302,7 @@ GEM turbolinks-source (5.0.0) tzinfo (1.2.2) thread_safe (~> 0.1) - uglifier (3.1.0) + uglifier (3.1.1) execjs (>= 0.3.0, < 3) unicorn (5.2.0) kgio (~> 2.6) From 9786de7d38cb89736ec873195b8f851b680409a1 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 1 Mar 2017 13:52:18 -0500 Subject: [PATCH 35/81] Upgraded uglifier gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3d9561a..e133396 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -302,7 +302,7 @@ GEM turbolinks-source (5.0.0) tzinfo (1.2.2) thread_safe (~> 0.1) - uglifier (3.1.1) + uglifier (3.1.2) execjs (>= 0.3.0, < 3) unicorn (5.2.0) kgio (~> 2.6) From e7b56643ff76ed19d3c4ddd18ba937d2e8dd030d Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 3 Mar 2017 08:24:56 -0500 Subject: [PATCH 36/81] Upgraded uglifier gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index e133396..5380301 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -302,7 +302,7 @@ GEM turbolinks-source (5.0.0) tzinfo (1.2.2) thread_safe (~> 0.1) - uglifier (3.1.2) + uglifier (3.1.3) execjs (>= 0.3.0, < 3) unicorn (5.2.0) kgio (~> 2.6) From 9cd69d225628bce2c4ac9e1cd19d1e1cedcd86e9 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 3 Mar 2017 12:38:18 -0500 Subject: [PATCH 37/81] Upgraded ffi gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5380301..6778bfa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -100,7 +100,7 @@ GEM erubis (2.7.0) eventmachine (1.0.9.1) execjs (2.7.0) - ffi (1.9.17) + ffi (1.9.18) foreman (0.83.0) thor (~> 0.19.1) formatador (0.2.5) From 685c9c531fd9f22e642c5ede78b379185ec3d2b2 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sat, 4 Mar 2017 20:39:18 -0500 Subject: [PATCH 38/81] Upgraded bundler gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6778bfa..d596300 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -362,4 +362,4 @@ RUBY VERSION ruby 2.3.3p222 BUNDLED WITH - 1.14.5 + 1.14.6 From 638f0affd09e908115b70d2d0e2d715960caa8d9 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sun, 5 Mar 2017 12:11:03 -0500 Subject: [PATCH 39/81] Upgraded uglifier gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index d596300..136f693 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -302,7 +302,7 @@ GEM turbolinks-source (5.0.0) tzinfo (1.2.2) thread_safe (~> 0.1) - uglifier (3.1.3) + uglifier (3.1.4) execjs (>= 0.3.0, < 3) unicorn (5.2.0) kgio (~> 2.6) From 0909f87a841a5f62d0d0166473adf88b69f8d713 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 10 Mar 2017 09:22:03 -0500 Subject: [PATCH 40/81] Upgraded [uglifier, libv8] gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 136f693..9e1d712 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -146,7 +146,7 @@ GEM kgio (2.11.0) launchy (2.4.3) addressable (~> 2.3) - libv8 (3.16.14.17) + libv8 (3.16.14.19) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -302,7 +302,7 @@ GEM turbolinks-source (5.0.0) tzinfo (1.2.2) thread_safe (~> 0.1) - uglifier (3.1.4) + uglifier (3.1.6) execjs (>= 0.3.0, < 3) unicorn (5.2.0) kgio (~> 2.6) From 802aaf764c041e0452928216ed3df6944b157b91 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sat, 11 Mar 2017 19:43:38 -0500 Subject: [PATCH 41/81] Upgraded uglifier gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9e1d712..1345609 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -302,7 +302,7 @@ GEM turbolinks-source (5.0.0) tzinfo (1.2.2) thread_safe (~> 0.1) - uglifier (3.1.6) + uglifier (3.1.7) execjs (>= 0.3.0, < 3) unicorn (5.2.0) kgio (~> 2.6) From 308b31ca86d2c9da121e4bd01c10948c9a6befeb Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 15 Mar 2017 08:38:07 -0400 Subject: [PATCH 42/81] Upgraded simplecov gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1345609..b0bc8d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -262,7 +262,7 @@ GEM sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) shellany (0.0.1) - simplecov (0.13.0) + simplecov (0.14.0) docile (~> 1.1.0) json (>= 1.8, < 3) simplecov-html (~> 0.10.0) From a6ed8da7d5143a3d6d07a183c62dc38bca88bb64 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 17 Mar 2017 10:16:43 -0400 Subject: [PATCH 43/81] Ugraded poltergeist, gherkin, and capybara gems --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b0bc8d3..9b4d85e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,7 +57,7 @@ GEM bundler-audit (0.5.0) bundler (~> 1.2) thor (~> 0.18) - capybara (2.12.1) + capybara (2.13.0) addressable mime-types (>= 1.16) nokogiri (>= 1.3.3) @@ -104,7 +104,7 @@ GEM foreman (0.83.0) thor (~> 0.19.1) formatador (0.2.5) - gherkin (4.0.0) + gherkin (4.1.1) globalid (0.3.7) activesupport (>= 4.1.0) guard (2.14.1) @@ -179,7 +179,7 @@ GEM notiffany (0.1.1) nenv (~> 0.1) shellany (~> 0.0) - poltergeist (1.13.0) + poltergeist (1.14.0) capybara (~> 2.1) cliver (~> 0.3.1) websocket-driver (>= 0.2.0) From 9a90b33996b86406799f34b6ec6da16b25b2cbe1 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sun, 19 Mar 2017 10:48:10 -0400 Subject: [PATCH 44/81] Upgraded [simplecov, tilt, uglifier] gems --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9b4d85e..9a0d41a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -262,7 +262,7 @@ GEM sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) shellany (0.0.1) - simplecov (0.14.0) + simplecov (0.14.1) docile (~> 1.1.0) json (>= 1.8, < 3) simplecov-html (~> 0.10.0) @@ -294,7 +294,7 @@ GEM rack (>= 1.0.0) thor (0.19.4) thread_safe (0.3.6) - tilt (2.0.6) + tilt (2.0.7) travis-lint (2.0.0) json turbolinks (5.0.1) @@ -302,7 +302,7 @@ GEM turbolinks-source (5.0.0) tzinfo (1.2.2) thread_safe (~> 0.1) - uglifier (3.1.7) + uglifier (3.1.9) execjs (>= 0.3.0, < 3) unicorn (5.2.0) kgio (~> 2.6) From d064f3d4d27cf83129de2c353e4cda3670bdcc41 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 20 Mar 2017 11:37:13 -0400 Subject: [PATCH 45/81] Upgraded nokogiri gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9a0d41a..48c0609 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -174,7 +174,7 @@ GEM multi_test (0.1.2) mysql2 (0.4.5) nenv (0.3.0) - nokogiri (1.7.0.1) + nokogiri (1.7.1) mini_portile2 (~> 2.1.0) notiffany (0.1.1) nenv (~> 0.1) From a719bb216eae589f1f8e841e5e85b4549abc2835 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 21 Mar 2017 16:41:35 -0400 Subject: [PATCH 46/81] Upgraded jquery-rails gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 48c0609..eaea2de 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -138,7 +138,7 @@ GEM actionpack (>= 3.1) railties (>= 3.1) sass (>= 3.2) - jquery-rails (4.2.2) + jquery-rails (4.3.1) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) From 7c596b4f547d3c195bfa9ddd2fe711025082517a Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 23 Mar 2017 17:55:27 -0400 Subject: [PATCH 47/81] Upgraded [brakeman, raindrops] gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index eaea2de..a22fa23 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -52,7 +52,7 @@ GEM rack (>= 0.9.0) binding_of_caller (0.7.2) debug_inspector (>= 0.0.1) - brakeman (3.5.0) + brakeman (3.6.0) builder (3.2.3) bundler-audit (0.5.0) bundler (~> 1.2) @@ -224,7 +224,7 @@ GEM activesupport (= 4.2.8) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - raindrops (0.17.0) + raindrops (0.18.0) rake (12.0.0) rb-fsevent (0.9.8) rb-inotify (0.9.8) From 3863a041ff009a315d81d94831bf66c58b7e2f6d Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 24 Mar 2017 17:30:49 -0400 Subject: [PATCH 48/81] Upgraded brakeman gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index a22fa23..4248f58 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -52,7 +52,7 @@ GEM rack (>= 0.9.0) binding_of_caller (0.7.2) debug_inspector (>= 0.0.1) - brakeman (3.6.0) + brakeman (3.6.1) builder (3.2.3) bundler-audit (0.5.0) bundler (~> 1.2) From 8a15ed529a639b3ff9e5186bad6433ef8634732a Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sun, 26 Mar 2017 13:13:42 -0400 Subject: [PATCH 49/81] Upgraded [pry-rails, childprocess, tzinfo, uglifier] gems --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4248f58..75c9f2f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -190,8 +190,8 @@ GEM coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) - pry-rails (0.3.5) - pry (>= 0.9.10) + pry-rails (0.3.6) + pry (>= 0.10.4) public_suffix (2.0.5) rack (1.6.5) rack-livereload (0.3.16) @@ -300,9 +300,9 @@ GEM turbolinks (5.0.1) turbolinks-source (~> 5) turbolinks-source (5.0.0) - tzinfo (1.2.2) + tzinfo (1.2.3) thread_safe (~> 0.1) - uglifier (3.1.9) + uglifier (3.1.10) execjs (>= 0.3.0, < 3) unicorn (5.2.0) kgio (~> 2.6) From bac6e9e44b4ff0cdb264921d311ee5c2e4218b9e Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 28 Mar 2017 15:13:28 -0400 Subject: [PATCH 50/81] Upgraded uglifier and foreman gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 75c9f2f..6584dec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -101,7 +101,7 @@ GEM eventmachine (1.0.9.1) execjs (2.7.0) ffi (1.9.18) - foreman (0.83.0) + foreman (0.84.0) thor (~> 0.19.1) formatador (0.2.5) gherkin (4.1.1) @@ -302,7 +302,7 @@ GEM turbolinks-source (5.0.0) tzinfo (1.2.3) thread_safe (~> 0.1) - uglifier (3.1.10) + uglifier (3.1.11) execjs (>= 0.3.0, < 3) unicorn (5.2.0) kgio (~> 2.6) From 28b56965f6e7507fc1f367ddaa617d5121b75702 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 30 Mar 2017 08:23:52 -0400 Subject: [PATCH 51/81] Upgrade addressable gem and Ruby 2.3.4 --- .ruby-version | 2 +- .travis.yml | 2 +- Dockerfile | 2 +- Gemfile | 2 +- Gemfile.lock | 4 ++-- README.md | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.ruby-version b/.ruby-version index 0bee604..3f684d2 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.3.3 +2.3.4 diff --git a/.travis.yml b/.travis.yml index b89f6e6..d65a7b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: ruby rvm: - - "2.3.3" + - "2.3.4" before_install: - "phantomjs --version" diff --git a/Dockerfile b/Dockerfile index 145b231..921705f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.3.3 +FROM ruby:2.3.4 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 ed572e6..e416861 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' #don't upgrade gem 'rails', '4.2.8' -ruby '2.3.3' +ruby '2.3.4' gem 'rake' diff --git a/Gemfile.lock b/Gemfile.lock index 6584dec..cb772cb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,7 +35,7 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - addressable (2.5.0) + addressable (2.5.1) public_suffix (~> 2.0, >= 2.0.2) arel (6.0.4) aruba (0.14.2) @@ -359,7 +359,7 @@ DEPENDENCIES unicorn RUBY VERSION - ruby 2.3.3p222 + ruby 2.3.4p301 BUNDLED WITH 1.14.6 diff --git a/README.md b/README.md index 10bb00a..beb44d1 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.3.3 +$ curl -L https://get.rvm.io | bash -s stable --autolibs=3 --ruby=2.3.4 ``` After installing the package, clone this repo: From 69cae8fe21fd7c1a977c2034763188faa6c1e03e Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sat, 1 Apr 2017 08:11:06 -0400 Subject: [PATCH 52/81] Upgraded [uglifier, unicorn] gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index cb772cb..fd736e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -302,9 +302,9 @@ GEM turbolinks-source (5.0.0) tzinfo (1.2.3) thread_safe (~> 0.1) - uglifier (3.1.11) + uglifier (3.1.12) execjs (>= 0.3.0, < 3) - unicorn (5.2.0) + unicorn (5.3.0) kgio (~> 2.6) raindrops (~> 0.7) websocket-driver (0.6.5) From f60600ba518b0a1d895d0349971a5151c4c5aa8a Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 4 Apr 2017 09:23:16 -0400 Subject: [PATCH 53/81] Upgraded uglifier gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index fd736e1..0693629 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -302,7 +302,7 @@ GEM turbolinks-source (5.0.0) tzinfo (1.2.3) thread_safe (~> 0.1) - uglifier (3.1.12) + uglifier (3.1.13) execjs (>= 0.3.0, < 3) unicorn (5.3.0) kgio (~> 2.6) From 3e68a22456e909d08b30736e8666adeb7be49f72 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 10 Apr 2017 09:29:57 -0400 Subject: [PATCH 54/81] Upgraded uglifier gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0693629..1146026 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -302,7 +302,7 @@ GEM turbolinks-source (5.0.0) tzinfo (1.2.3) thread_safe (~> 0.1) - uglifier (3.1.13) + uglifier (3.2.0) execjs (>= 0.3.0, < 3) unicorn (5.3.0) kgio (~> 2.6) From 52af29cd653ebf64d3e8cdd6481a3a997381af9f Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 11 Apr 2017 08:56:03 -0400 Subject: [PATCH 55/81] Upgraded json gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1146026..3c2520f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -142,7 +142,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json (2.0.3) + json (2.0.4) kgio (2.11.0) launchy (2.4.3) addressable (~> 2.3) From 96a6e74659376fa1f240ad2e935cfa673422748a Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 17 Apr 2017 08:23:30 -0400 Subject: [PATCH 56/81] Upgraded globalid gem --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3c2520f..9011dcb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -105,8 +105,8 @@ GEM thor (~> 0.19.1) formatador (0.2.5) gherkin (4.1.1) - globalid (0.3.7) - activesupport (>= 4.1.0) + globalid (0.4.0) + activesupport (>= 4.2.0) guard (2.14.1) formatador (>= 0.2.4) listen (>= 2.7, < 4.0) From 518b5d9a7055d722f5b1b15b05964223b694411d Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 21 Apr 2017 08:14:24 -0400 Subject: [PATCH 57/81] Upgraded json gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9011dcb..7d3088f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -142,7 +142,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json (2.0.4) + json (2.1.0) kgio (2.11.0) launchy (2.4.3) addressable (~> 2.3) From fe5fdd16a7afb2b9df722c4319c746a8174a28c8 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 25 Apr 2017 12:44:27 -0400 Subject: [PATCH 58/81] Upgraded contracts gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7d3088f..5c1a738 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,7 +76,7 @@ GEM execjs coffee-script-source (1.12.2) concurrent-ruby (1.0.5) - contracts (0.15.0) + contracts (0.16.0) crack (0.3.1) cucumber (2.4.0) builder (>= 2.1.2) From 5bffaab90667fd8346ee69d7d9a83c746b2af9c9 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 27 Apr 2017 07:10:28 -0400 Subject: [PATCH 59/81] Upgraded mail gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5c1a738..7a916de 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -154,7 +154,7 @@ GEM loofah (2.0.3) nokogiri (>= 1.5.9) lumberjack (1.0.11) - mail (2.6.4) + mail (2.6.5) mime-types (>= 1.16, < 4) mailcatcher (0.6.5) eventmachine (= 1.0.9.1) From 07034d3f49ab0183487e98829683197e7be51d6b Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sat, 29 Apr 2017 07:59:17 -0400 Subject: [PATCH 60/81] Upgraded responders gem --- Gemfile.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7a916de..78b490c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -230,8 +230,9 @@ GEM rb-inotify (0.9.8) ffi (>= 0.5.0) ref (2.0.0) - responders (2.3.0) - railties (>= 4.2.0, < 5.1) + responders (2.4.0) + actionpack (>= 4.2.0, < 5.3) + railties (>= 4.2.0, < 5.3) rspec (3.5.0) rspec-core (~> 3.5.0) rspec-expectations (~> 3.5.0) From b2dd96b24521c85cb055bfa55228457ae5db3c04 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 1 May 2017 21:13:36 -0400 Subject: [PATCH 61/81] Upgraded capybara and poltergeist gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 78b490c..6ddceca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,7 +57,7 @@ GEM bundler-audit (0.5.0) bundler (~> 1.2) thor (~> 0.18) - capybara (2.13.0) + capybara (2.14.0) addressable mime-types (>= 1.16) nokogiri (>= 1.3.3) @@ -179,7 +179,7 @@ GEM notiffany (0.1.1) nenv (~> 0.1) shellany (~> 0.0) - poltergeist (1.14.0) + poltergeist (1.15.0) capybara (~> 2.1) cliver (~> 0.3.1) websocket-driver (>= 0.2.0) From 4d4792afa24910d3e3bbe66241656f636dd14085 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 2 May 2017 12:03:07 -0400 Subject: [PATCH 62/81] Upgraded turbolinks-source gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6ddceca..8d268e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -300,7 +300,7 @@ GEM json turbolinks (5.0.1) turbolinks-source (~> 5) - turbolinks-source (5.0.0) + turbolinks-source (5.0.1) tzinfo (1.2.3) thread_safe (~> 0.1) uglifier (3.2.0) From 38b3e05c3aa1d76ec8bbc0418743beb17a7d49ff Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 3 May 2017 13:37:19 -0400 Subject: [PATCH 63/81] Upgraded turbolinks-source gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8d268e2..f9cf6ad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -300,7 +300,7 @@ GEM json turbolinks (5.0.1) turbolinks-source (~> 5) - turbolinks-source (5.0.1) + turbolinks-source (5.0.2) tzinfo (1.2.3) thread_safe (~> 0.1) uglifier (3.2.0) From 8bb7513a06dd08ec37fd1d6387060f476388137a Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 4 May 2017 07:55:45 -0400 Subject: [PATCH 64/81] Upgraded [ gherkin, mysql2, power_assert] gems --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f9cf6ad..78cfb2d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -104,7 +104,7 @@ GEM foreman (0.84.0) thor (~> 0.19.1) formatador (0.2.5) - gherkin (4.1.1) + gherkin (4.1.3) globalid (0.4.0) activesupport (>= 4.2.0) guard (2.14.1) @@ -172,7 +172,7 @@ GEM minitest (5.10.1) multi_json (1.12.1) multi_test (0.1.2) - mysql2 (0.4.5) + mysql2 (0.4.6) nenv (0.3.0) nokogiri (1.7.1) mini_portile2 (~> 2.1.0) @@ -185,7 +185,7 @@ GEM websocket-driver (>= 0.2.0) powder (0.3.0) thor (>= 0.11.5) - power_assert (1.0.1) + power_assert (1.0.2) pry (0.10.4) coderay (~> 1.1.0) method_source (~> 0.8.1) From f71541763e8864a4770957ad509fb43862ab6c08 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 4 May 2017 18:01:49 -0400 Subject: [PATCH 65/81] Upgraded database_cleaner and turbolinks-source gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 78cfb2d..ce9988a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -90,7 +90,7 @@ GEM gherkin (~> 4.0) cucumber-wire (0.0.1) daemons (1.2.4) - database_cleaner (1.5.3) + database_cleaner (1.6.0) debug_inspector (0.0.2) diff-lcs (1.3) docile (1.1.5) @@ -300,7 +300,7 @@ GEM json turbolinks (5.0.1) turbolinks-source (~> 5) - turbolinks-source (5.0.2) + turbolinks-source (5.0.3) tzinfo (1.2.3) thread_safe (~> 0.1) uglifier (3.2.0) From 24178086394c3f2fee05af8a6fe0fd88844460dc Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 5 May 2017 08:16:03 -0400 Subject: [PATCH 66/81] Upgraded rspec family of gems --- Gemfile.lock | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ce9988a..44991e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -233,27 +233,27 @@ GEM responders (2.4.0) actionpack (>= 4.2.0, < 5.3) railties (>= 4.2.0, < 5.3) - rspec (3.5.0) - rspec-core (~> 3.5.0) - rspec-expectations (~> 3.5.0) - rspec-mocks (~> 3.5.0) - rspec-core (3.5.4) - rspec-support (~> 3.5.0) - rspec-expectations (3.5.0) + rspec (3.6.0) + rspec-core (~> 3.6.0) + rspec-expectations (~> 3.6.0) + rspec-mocks (~> 3.6.0) + rspec-core (3.6.0) + rspec-support (~> 3.6.0) + rspec-expectations (3.6.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) - rspec-mocks (3.5.0) + rspec-support (~> 3.6.0) + rspec-mocks (3.6.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) - rspec-rails (3.5.2) + rspec-support (~> 3.6.0) + rspec-rails (3.6.0) actionpack (>= 3.0) activesupport (>= 3.0) railties (>= 3.0) - rspec-core (~> 3.5.0) - rspec-expectations (~> 3.5.0) - rspec-mocks (~> 3.5.0) - rspec-support (~> 3.5.0) - rspec-support (3.5.0) + rspec-core (~> 3.6.0) + rspec-expectations (~> 3.6.0) + rspec-mocks (~> 3.6.0) + rspec-support (~> 3.6.0) + rspec-support (3.6.0) ruby_dep (1.5.0) sass (3.4.23) sass-rails (5.0.6) From 26160e908bceb0936d20c9ab059fb56071f98739 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 8 May 2017 15:51:35 -0400 Subject: [PATCH 67/81] Upgraded rack gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 44991e1..80426c0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -193,7 +193,7 @@ GEM pry-rails (0.3.6) pry (>= 0.10.4) public_suffix (2.0.5) - rack (1.6.5) + rack (1.6.6) rack-livereload (0.3.16) rack rack-protection (1.5.3) From 8c023ced5f5bf49f1724ffa4f90fec26bacca83a Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 9 May 2017 07:36:46 -0400 Subject: [PATCH 68/81] Upgraded debug_inspector gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 80426c0..e17d06a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -91,7 +91,7 @@ GEM cucumber-wire (0.0.1) daemons (1.2.4) database_cleaner (1.6.0) - debug_inspector (0.0.2) + debug_inspector (0.0.3) diff-lcs (1.3) docile (1.1.5) em-websocket (0.5.1) From 22873631dd59e8f759e1abcdb07617fa949ea764 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 9 May 2017 14:47:45 -0400 Subject: [PATCH 69/81] Upgraded database_cleaner gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index e17d06a..9ea010e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -90,7 +90,7 @@ GEM gherkin (~> 4.0) cucumber-wire (0.0.1) daemons (1.2.4) - database_cleaner (1.6.0) + database_cleaner (1.6.1) debug_inspector (0.0.3) diff-lcs (1.3) docile (1.1.5) From 06755d4548df44f3d6c54a757977fe4cbd40bd44 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 9 May 2017 21:37:33 -0400 Subject: [PATCH 70/81] Upgraded nokogiri and minitest gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9ea010e..dab05cf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -169,12 +169,12 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) mini_portile2 (2.1.0) - minitest (5.10.1) + minitest (5.10.2) multi_json (1.12.1) multi_test (0.1.2) mysql2 (0.4.6) nenv (0.3.0) - nokogiri (1.7.1) + nokogiri (1.7.2) mini_portile2 (~> 2.1.0) notiffany (0.1.1) nenv (~> 0.1) From 713028542114fa4f5d04e4407258d4961e4d05bf Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 11 May 2017 16:51:24 -0400 Subject: [PATCH 71/81] Upgraded lumberjack gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index dab05cf..83144e9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -153,7 +153,7 @@ GEM ruby_dep (~> 1.2) loofah (2.0.3) nokogiri (>= 1.5.9) - lumberjack (1.0.11) + lumberjack (1.0.12) mail (2.6.5) mime-types (>= 1.16, < 4) mailcatcher (0.6.5) From ad363e084bdd127c4626af2f028b9066c8b7fb22 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 15 May 2017 15:18:28 -0400 Subject: [PATCH 72/81] Upgaded rack gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 83144e9..b6f4d45 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -193,7 +193,7 @@ GEM pry-rails (0.3.6) pry (>= 0.10.4) public_suffix (2.0.5) - rack (1.6.6) + rack (1.6.7) rack-livereload (0.3.16) rack rack-protection (1.5.3) From 79bdbbd3b8d771f5f17a9b2ecd8e56be680a06d1 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 17 May 2017 07:11:23 -0400 Subject: [PATCH 73/81] Upgraded rack gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index b6f4d45..1690d17 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -193,7 +193,7 @@ GEM pry-rails (0.3.6) pry (>= 0.10.4) public_suffix (2.0.5) - rack (1.6.7) + rack (1.6.8) rack-livereload (0.3.16) rack rack-protection (1.5.3) From 9766a38572abb7a52e3c947ddfd659eaf6a709ba Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 17 May 2017 16:03:42 -0400 Subject: [PATCH 74/81] Upgraded simplecov-html gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1690d17..e389249 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -267,7 +267,7 @@ GEM docile (~> 1.1.0) json (>= 1.8, < 3) simplecov-html (~> 0.10.0) - simplecov-html (0.10.0) + simplecov-html (0.10.1) sinatra (1.4.8) rack (~> 1.5) rack-protection (~> 1.4) From a7b7df44b4fd214350ab5442de6c157e90f6d805 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 18 May 2017 22:11:35 -0400 Subject: [PATCH 75/81] Upgraded sass gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index e389249..85d4c59 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -255,7 +255,7 @@ GEM rspec-support (~> 3.6.0) rspec-support (3.6.0) ruby_dep (1.5.0) - sass (3.4.23) + sass (3.4.24) sass-rails (5.0.6) railties (>= 4.0.0, < 6) sass (~> 3.1) From ecd7bf395ca06c08abc1b8f5e5103730c8904836 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 19 May 2017 20:59:21 -0400 Subject: [PATCH 76/81] Upgraded brakeman gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 85d4c59..112318a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -52,7 +52,7 @@ GEM rack (>= 0.9.0) binding_of_caller (0.7.2) debug_inspector (>= 0.0.1) - brakeman (3.6.1) + brakeman (3.6.2) builder (3.2.3) bundler-audit (0.5.0) bundler (~> 1.2) From c2d2364b246842f829eead344c9db16c11f16379 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sat, 20 May 2017 19:13:45 -0400 Subject: [PATCH 77/81] Upgraded bundler gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 112318a..79a588f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -363,4 +363,4 @@ RUBY VERSION ruby 2.3.4p301 BUNDLED WITH - 1.14.6 + 1.15.0 From 49b670cfd16d03bdb5434dd7af8a889a7ea502a0 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 23 May 2017 09:52:55 -0400 Subject: [PATCH 78/81] Upgrade test-unit gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 79a588f..8116283 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -284,7 +284,7 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.3.13) - test-unit (3.2.3) + test-unit (3.2.4) power_assert therubyracer (0.12.3) libv8 (~> 3.16.14.15) From 7e28f39884c574dbc1057dc5bfae6a862f3de8ad Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 24 May 2017 20:58:10 -0400 Subject: [PATCH 79/81] Upgraded coffee-rails gem --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8116283..6709262 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,9 +68,9 @@ GEM ffi (~> 1.0, >= 1.0.11) cliver (0.3.2) coderay (1.1.1) - coffee-rails (4.2.1) + coffee-rails (4.2.2) coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.2.x) + railties (>= 4.0.0) coffee-script (2.4.1) coffee-script-source execjs From 31ebb518f00197ff9e812b74a5e1bf6efb509864 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 25 May 2017 10:40:44 -0400 Subject: [PATCH 80/81] Upgraded xpath gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6709262..cad5e2e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -311,7 +311,7 @@ GEM websocket-driver (0.6.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.2) - xpath (2.0.0) + xpath (2.1.0) nokogiri (~> 1.3) PLATFORMS From 4fd868ce443c95f4888609b183c3114ac8da919f Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 31 May 2017 11:37:10 -0400 Subject: [PATCH 81/81] Upgraded i18n gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index cad5e2e..ac2c8bb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -133,7 +133,7 @@ GEM guard (>= 2.0.0) guard-compat (~> 1.0) http_parser.rb (0.6.0) - i18n (0.8.1) + i18n (0.8.4) jquery-fileupload-rails (0.4.7) actionpack (>= 3.1) railties (>= 3.1)