From 55b4ba33ef904ca340d7e600b546e44831650a64 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 2 Jun 2017 16:47:16 -0400 Subject: [PATCH 01/54] Upgraded bundler gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index ac2c8bb..05d987e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -363,4 +363,4 @@ RUBY VERSION ruby 2.3.4p301 BUNDLED WITH - 1.15.0 + 1.15.1 From 2e698900e022867cbab917afd078135e08e81de8 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 5 Jun 2017 10:57:14 -0400 Subject: [PATCH 02/54] Upgraded [mini_portfile2, nokogiri] gems --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 05d987e..b3aa3f2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -168,14 +168,14 @@ GEM mime-types (3.1) mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) - mini_portile2 (2.1.0) + mini_portile2 (2.2.0) 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.2) - mini_portile2 (~> 2.1.0) + nokogiri (1.8.0) + mini_portile2 (~> 2.2.0) notiffany (0.1.1) nenv (~> 0.1) shellany (~> 0.0) From f775fa5327059a44566f3ebead67d0626055cc20 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 7 Jun 2017 17:37:25 -0400 Subject: [PATCH 03/54] Upgraded capybara gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index b3aa3f2..7859d59 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.14.0) + capybara (2.14.1) addressable mime-types (>= 1.16) nokogiri (>= 1.3.3) From d7a814f9020c23fe28a9d9585383121809514134 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 9 Jun 2017 15:53:41 -0400 Subject: [PATCH 04/54] Upgraded capybara gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7859d59..a792e79 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.14.1) + capybara (2.14.2) addressable mime-types (>= 1.16) nokogiri (>= 1.3.3) From cd55ffad359fe31573a99ff4e2807b4bad0a70ac Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 9 Jun 2017 20:21:15 -0400 Subject: [PATCH 05/54] Upgraded mail gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index a792e79..96f0cf7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -154,7 +154,7 @@ GEM loofah (2.0.3) nokogiri (>= 1.5.9) lumberjack (1.0.12) - mail (2.6.5) + mail (2.6.6) mime-types (>= 1.16, < 4) mailcatcher (0.6.5) eventmachine (= 1.0.9.1) From 117141c0140fa52587a20382fcccbb87f84fb87f Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 13 Jun 2017 06:24:54 -0400 Subject: [PATCH 06/54] Upgraded powder gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 96f0cf7..996e7b8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -183,7 +183,7 @@ GEM capybara (~> 2.1) cliver (~> 0.3.1) websocket-driver (>= 0.2.0) - powder (0.3.0) + powder (0.3.1) thor (>= 0.11.5) power_assert (1.0.2) pry (0.10.4) From 3f37f9bcba92c2480ce9ce29f8548fc268646835 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 14 Jun 2017 07:31:56 -0400 Subject: [PATCH 07/54] Upgraded powder gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 996e7b8..67814be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -183,7 +183,7 @@ GEM capybara (~> 2.1) cliver (~> 0.3.1) websocket-driver (>= 0.2.0) - powder (0.3.1) + powder (0.3.2) thor (>= 0.11.5) power_assert (1.0.2) pry (0.10.4) From c1b4b75707bbd7f10cd23a98b828f0388e80aaab Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 15 Jun 2017 07:04:45 -0400 Subject: [PATCH 08/54] Upgraded capybara gem and to Rails 4.2.9.rc1 --- Gemfile | 2 +- Gemfile.lock | 62 ++++++++++++++++++++++++++-------------------------- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/Gemfile b/Gemfile index e416861..2b6970b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' #don't upgrade -gem 'rails', '4.2.8' +gem 'rails', '4.2.9.rc1' ruby '2.3.4' diff --git a/Gemfile.lock b/Gemfile.lock index 67814be..609d240 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,36 +1,36 @@ GEM remote: https://rubygems.org/ specs: - actionmailer (4.2.8) - actionpack (= 4.2.8) - actionview (= 4.2.8) - activejob (= 4.2.8) + actionmailer (4.2.9.rc1) + actionpack (= 4.2.9.rc1) + actionview (= 4.2.9.rc1) + activejob (= 4.2.9.rc1) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.8) - actionview (= 4.2.8) - activesupport (= 4.2.8) + actionpack (4.2.9.rc1) + actionview (= 4.2.9.rc1) + activesupport (= 4.2.9.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.8) - activesupport (= 4.2.8) + actionview (4.2.9.rc1) + activesupport (= 4.2.9.rc1) 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) - activesupport (= 4.2.8) + activejob (4.2.9.rc1) + activesupport (= 4.2.9.rc1) globalid (>= 0.3.0) - activemodel (4.2.8) - activesupport (= 4.2.8) + activemodel (4.2.9.rc1) + activesupport (= 4.2.9.rc1) builder (~> 3.1) - activerecord (4.2.8) - activemodel (= 4.2.8) - activesupport (= 4.2.8) + activerecord (4.2.9.rc1) + activemodel (= 4.2.9.rc1) + activesupport (= 4.2.9.rc1) arel (~> 6.0) - activesupport (4.2.8) + activesupport (4.2.9.rc1) i18n (~> 0.7) minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) @@ -57,7 +57,7 @@ GEM bundler-audit (0.5.0) bundler (~> 1.2) thor (~> 0.18) - capybara (2.14.2) + capybara (2.14.3) addressable mime-types (>= 1.16) nokogiri (>= 1.3.3) @@ -200,16 +200,16 @@ GEM rack rack-test (0.6.3) rack (>= 1.0) - 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) + rails (4.2.9.rc1) + actionmailer (= 4.2.9.rc1) + actionpack (= 4.2.9.rc1) + actionview (= 4.2.9.rc1) + activejob (= 4.2.9.rc1) + activemodel (= 4.2.9.rc1) + activerecord (= 4.2.9.rc1) + activesupport (= 4.2.9.rc1) bundler (>= 1.3.0, < 2.0) - railties (= 4.2.8) + railties (= 4.2.9.rc1) 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) - actionpack (= 4.2.8) - activesupport (= 4.2.8) + railties (4.2.9.rc1) + actionpack (= 4.2.9.rc1) + activesupport (= 4.2.9.rc1) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) raindrops (0.18.0) @@ -344,7 +344,7 @@ DEPENDENCIES pry pry-rails rack-livereload - rails (= 4.2.8) + rails (= 4.2.9.rc1) rake rb-fsevent responders From 254ef302b528ff31a052d5102469b085a35bb50a Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 16 Jun 2017 12:53:53 -0400 Subject: [PATCH 09/54] Upgraded rb-inotify gem --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 609d240..1190bff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -227,8 +227,8 @@ GEM raindrops (0.18.0) rake (12.0.0) rb-fsevent (0.9.8) - rb-inotify (0.9.8) - ffi (>= 0.5.0) + rb-inotify (0.9.9) + ffi (~> 1.0) ref (2.0.0) responders (2.4.0) actionpack (>= 4.2.0, < 5.3) From 5154400b30ac4b3b98723c4f6622f8da72e57d04 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sun, 18 Jun 2017 07:18:34 -0400 Subject: [PATCH 10/54] Upgraded rb-inotify gem --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1190bff..0dcddf6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -227,8 +227,8 @@ GEM raindrops (0.18.0) rake (12.0.0) rb-fsevent (0.9.8) - rb-inotify (0.9.9) - ffi (~> 1.0) + rb-inotify (0.9.10) + ffi (>= 0.5.0, < 2) ref (2.0.0) responders (2.4.0) actionpack (>= 4.2.0, < 5.3) From 0e81207981b39491e6acec43445477da9ee006a0 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 20 Jun 2017 07:00:41 -0400 Subject: [PATCH 11/54] Upgraded Rails to 4.2.9.rc2 --- Gemfile | 2 +- Gemfile.lock | 60 ++++++++++++++++++++++++++-------------------------- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/Gemfile b/Gemfile index 2b6970b..8151c4f 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' #don't upgrade -gem 'rails', '4.2.9.rc1' +gem 'rails', '4.2.9.rc2' ruby '2.3.4' diff --git a/Gemfile.lock b/Gemfile.lock index 0dcddf6..c4e96af 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,36 +1,36 @@ GEM remote: https://rubygems.org/ specs: - actionmailer (4.2.9.rc1) - actionpack (= 4.2.9.rc1) - actionview (= 4.2.9.rc1) - activejob (= 4.2.9.rc1) + actionmailer (4.2.9.rc2) + actionpack (= 4.2.9.rc2) + actionview (= 4.2.9.rc2) + activejob (= 4.2.9.rc2) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.9.rc1) - actionview (= 4.2.9.rc1) - activesupport (= 4.2.9.rc1) + actionpack (4.2.9.rc2) + actionview (= 4.2.9.rc2) + activesupport (= 4.2.9.rc2) 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.9.rc1) - activesupport (= 4.2.9.rc1) + actionview (4.2.9.rc2) + activesupport (= 4.2.9.rc2) 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.9.rc1) - activesupport (= 4.2.9.rc1) + activejob (4.2.9.rc2) + activesupport (= 4.2.9.rc2) globalid (>= 0.3.0) - activemodel (4.2.9.rc1) - activesupport (= 4.2.9.rc1) + activemodel (4.2.9.rc2) + activesupport (= 4.2.9.rc2) builder (~> 3.1) - activerecord (4.2.9.rc1) - activemodel (= 4.2.9.rc1) - activesupport (= 4.2.9.rc1) + activerecord (4.2.9.rc2) + activemodel (= 4.2.9.rc2) + activesupport (= 4.2.9.rc2) arel (~> 6.0) - activesupport (4.2.9.rc1) + activesupport (4.2.9.rc2) i18n (~> 0.7) minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) @@ -200,16 +200,16 @@ GEM rack rack-test (0.6.3) rack (>= 1.0) - rails (4.2.9.rc1) - actionmailer (= 4.2.9.rc1) - actionpack (= 4.2.9.rc1) - actionview (= 4.2.9.rc1) - activejob (= 4.2.9.rc1) - activemodel (= 4.2.9.rc1) - activerecord (= 4.2.9.rc1) - activesupport (= 4.2.9.rc1) + rails (4.2.9.rc2) + actionmailer (= 4.2.9.rc2) + actionpack (= 4.2.9.rc2) + actionview (= 4.2.9.rc2) + activejob (= 4.2.9.rc2) + activemodel (= 4.2.9.rc2) + activerecord (= 4.2.9.rc2) + activesupport (= 4.2.9.rc2) bundler (>= 1.3.0, < 2.0) - railties (= 4.2.9.rc1) + railties (= 4.2.9.rc2) 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.9.rc1) - actionpack (= 4.2.9.rc1) - activesupport (= 4.2.9.rc1) + railties (4.2.9.rc2) + actionpack (= 4.2.9.rc2) + activesupport (= 4.2.9.rc2) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) raindrops (0.18.0) @@ -344,7 +344,7 @@ DEPENDENCIES pry pry-rails rack-livereload - rails (= 4.2.9.rc1) + rails (= 4.2.9.rc2) rake rb-fsevent responders From e2a712af2c03f3900f260c4fa131e520544905d2 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 27 Jun 2017 08:20:02 -0400 Subject: [PATCH 12/54] Upgraded Rails to 4.2.9 --- Gemfile | 2 +- Gemfile.lock | 62 ++++++++++++++++++++++++++-------------------------- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/Gemfile b/Gemfile index 8151c4f..5b5e5d2 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' #don't upgrade -gem 'rails', '4.2.9.rc2' +gem 'rails', '4.2.9' ruby '2.3.4' diff --git a/Gemfile.lock b/Gemfile.lock index c4e96af..954252d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,36 +1,36 @@ GEM remote: https://rubygems.org/ specs: - actionmailer (4.2.9.rc2) - actionpack (= 4.2.9.rc2) - actionview (= 4.2.9.rc2) - activejob (= 4.2.9.rc2) + actionmailer (4.2.9) + actionpack (= 4.2.9) + actionview (= 4.2.9) + activejob (= 4.2.9) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.9.rc2) - actionview (= 4.2.9.rc2) - activesupport (= 4.2.9.rc2) + actionpack (4.2.9) + actionview (= 4.2.9) + activesupport (= 4.2.9) 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.9.rc2) - activesupport (= 4.2.9.rc2) + actionview (4.2.9) + activesupport (= 4.2.9) 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.9.rc2) - activesupport (= 4.2.9.rc2) + activejob (4.2.9) + activesupport (= 4.2.9) globalid (>= 0.3.0) - activemodel (4.2.9.rc2) - activesupport (= 4.2.9.rc2) + activemodel (4.2.9) + activesupport (= 4.2.9) builder (~> 3.1) - activerecord (4.2.9.rc2) - activemodel (= 4.2.9.rc2) - activesupport (= 4.2.9.rc2) + activerecord (4.2.9) + activemodel (= 4.2.9) + activesupport (= 4.2.9) arel (~> 6.0) - activesupport (4.2.9.rc2) + activesupport (4.2.9) i18n (~> 0.7) minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) @@ -200,16 +200,16 @@ GEM rack rack-test (0.6.3) rack (>= 1.0) - rails (4.2.9.rc2) - actionmailer (= 4.2.9.rc2) - actionpack (= 4.2.9.rc2) - actionview (= 4.2.9.rc2) - activejob (= 4.2.9.rc2) - activemodel (= 4.2.9.rc2) - activerecord (= 4.2.9.rc2) - activesupport (= 4.2.9.rc2) + rails (4.2.9) + actionmailer (= 4.2.9) + actionpack (= 4.2.9) + actionview (= 4.2.9) + activejob (= 4.2.9) + activemodel (= 4.2.9) + activerecord (= 4.2.9) + activesupport (= 4.2.9) bundler (>= 1.3.0, < 2.0) - railties (= 4.2.9.rc2) + railties (= 4.2.9) 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.9.rc2) - actionpack (= 4.2.9.rc2) - activesupport (= 4.2.9.rc2) + railties (4.2.9) + actionpack (= 4.2.9) + activesupport (= 4.2.9) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) raindrops (0.18.0) @@ -284,7 +284,7 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.3.13) - test-unit (3.2.4) + test-unit (3.2.5) power_assert therubyracer (0.12.3) libv8 (~> 3.16.14.15) @@ -344,7 +344,7 @@ DEPENDENCIES pry pry-rails rack-livereload - rails (= 4.2.9.rc2) + rails (= 4.2.9) rake rb-fsevent responders From 463a4900c86200ddf0d68bf3aad909e7db1252b0 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 27 Jun 2017 18:21:57 -0400 Subject: [PATCH 13/54] Upgraded capybara gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 954252d..3438aed 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.14.3) + capybara (2.14.4) addressable mime-types (>= 1.16) nokogiri (>= 1.3.3) From 0a436ecc9524e7b6f5ef4b5823d4a79b2b5be4c6 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 29 Jun 2017 08:09:56 -0400 Subject: [PATCH 14/54] Upgraded rb-fsevent gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3438aed..2619e95 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -226,7 +226,7 @@ GEM thor (>= 0.18.1, < 2.0) raindrops (0.18.0) rake (12.0.0) - rb-fsevent (0.9.8) + rb-fsevent (0.10.1) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) ref (2.0.0) From a17bd8388bfa99227a3b1f20d469b4f2c0ff045e Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 30 Jun 2017 05:55:47 -0400 Subject: [PATCH 15/54] Upgraded brakeman gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2619e95..c1bbcce 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.2) + brakeman (3.7.0) builder (3.2.3) bundler-audit (0.5.0) bundler (~> 1.2) From 7c8141a18410d132fa56ef9d9f854746b1d6119f Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sat, 1 Jul 2017 20:06:09 -0400 Subject: [PATCH 16/54] Upgraded mysql2 and rb-fsevent gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c1bbcce..7566587 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -172,7 +172,7 @@ GEM minitest (5.10.2) multi_json (1.12.1) multi_test (0.1.2) - mysql2 (0.4.6) + mysql2 (0.4.7) nenv (0.3.0) nokogiri (1.8.0) mini_portile2 (~> 2.2.0) @@ -226,7 +226,7 @@ GEM thor (>= 0.18.1, < 2.0) raindrops (0.18.0) rake (12.0.0) - rb-fsevent (0.10.1) + rb-fsevent (0.10.2) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) ref (2.0.0) From 6af532dedb2d1258e8eff7f8faadc0704e37a0b3 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 7 Jul 2017 22:49:14 -0400 Subject: [PATCH 17/54] Upgraded sass and i18n gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7566587..17f2221 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.4) + i18n (0.8.5) jquery-fileupload-rails (0.4.7) actionpack (>= 3.1) railties (>= 3.1) @@ -255,7 +255,7 @@ GEM rspec-support (~> 3.6.0) rspec-support (3.6.0) ruby_dep (1.5.0) - sass (3.4.24) + sass (3.4.25) sass-rails (5.0.6) railties (>= 4.0.0, < 6) sass (~> 3.1) From b9c65f64f5fc2b6b97562de057c88f1cd6cf8114 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 10 Jul 2017 09:00:05 -0400 Subject: [PATCH 18/54] Upgraded i18n gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 17f2221..95e09a3 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.5) + i18n (0.8.6) jquery-fileupload-rails (0.4.7) actionpack (>= 3.1) railties (>= 3.1) From 1a5e0868190ff9a4ddca49f078863d258ca07936 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 10 Jul 2017 21:48:21 -0400 Subject: [PATCH 19/54] Upgraded mysql2 gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 95e09a3..d26a73b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -172,7 +172,7 @@ GEM minitest (5.10.2) multi_json (1.12.1) multi_test (0.1.2) - mysql2 (0.4.7) + mysql2 (0.4.8) nenv (0.3.0) nokogiri (1.8.0) mini_portile2 (~> 2.2.0) From ef4ad97264cc4e045e4de7cd88f8948967e84e73 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 13 Jul 2017 20:15:24 -0400 Subject: [PATCH 20/54] Upgraded sass and sass-listen gems --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e5a1854..3faf18b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -247,11 +247,11 @@ GEM rspec-support (~> 3.6.0) rspec-support (3.6.0) ruby_dep (1.5.0) - sass (3.5.0) - sass-listen (~> 3.0.7) - sass-listen (3.0.7) - rb-fsevent (>= 0.9.3) - rb-inotify (>= 0.9.7) + sass (3.5.1) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) sass-rails (5.0.6) railties (>= 4.0.0, < 6) sass (~> 3.1) From 8ee3f25c06dc2179964bf049052d5e8264eb86b4 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 18 Jul 2017 09:21:07 -0400 Subject: [PATCH 21/54] Upgraded bundler gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3faf18b..9cb5791 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -347,4 +347,4 @@ RUBY VERSION ruby 2.3.4p301 BUNDLED WITH - 1.15.1 + 1.15.2 From 02106d50b1f8765e90b43f149ed85e553c554390 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 19 Jul 2017 08:05:27 -0400 Subject: [PATCH 22/54] Upgrade bundler-audit gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9cb5791..f56f174 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,7 +57,7 @@ GEM debug_inspector (>= 0.0.1) brakeman (3.7.0) builder (3.2.3) - bundler-audit (0.5.0) + bundler-audit (0.6.0) bundler (~> 1.2) thor (~> 0.18) capybara (2.14.4) From 3b1f92c44f339111bbc96a6d6f6cd2cb324feb40 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 19 Jul 2017 19:41:33 -0400 Subject: [PATCH 23/54] Upgrade Rails to 5.1.3.rc1 --- Gemfile | 2 +- Gemfile.lock | 81 ++++++++++++++++++++++++++-------------------------- 2 files changed, 42 insertions(+), 41 deletions(-) diff --git a/Gemfile b/Gemfile index ab88171..fd319ab 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' #don't upgrade -gem 'rails', '5.0.1' +gem 'rails', '5.1.3.rc1' ruby '2.3.4' diff --git a/Gemfile.lock b/Gemfile.lock index f56f174..c0a9e58 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,46 +1,46 @@ GEM remote: https://rubygems.org/ specs: - actioncable (5.0.1) - actionpack (= 5.0.1) - nio4r (~> 1.2) + actioncable (5.1.3.rc1) + actionpack (= 5.1.3.rc1) + nio4r (~> 2.0) websocket-driver (~> 0.6.1) - actionmailer (5.0.1) - actionpack (= 5.0.1) - actionview (= 5.0.1) - activejob (= 5.0.1) + actionmailer (5.1.3.rc1) + actionpack (= 5.1.3.rc1) + actionview (= 5.1.3.rc1) + activejob (= 5.1.3.rc1) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (5.0.1) - actionview (= 5.0.1) - activesupport (= 5.0.1) + actionpack (5.1.3.rc1) + actionview (= 5.1.3.rc1) + activesupport (= 5.1.3.rc1) rack (~> 2.0) rack-test (~> 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.0.1) - activesupport (= 5.0.1) + actionview (5.1.3.rc1) + activesupport (= 5.1.3.rc1) builder (~> 3.1) - erubis (~> 2.7.0) + erubi (~> 1.4) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (5.0.1) - activesupport (= 5.0.1) + rails-html-sanitizer (~> 1.0, >= 1.0.3) + activejob (5.1.3.rc1) + activesupport (= 5.1.3.rc1) globalid (>= 0.3.6) - activemodel (5.0.1) - activesupport (= 5.0.1) - activerecord (5.0.1) - activemodel (= 5.0.1) - activesupport (= 5.0.1) - arel (~> 7.0) - activesupport (5.0.1) + activemodel (5.1.3.rc1) + activesupport (= 5.1.3.rc1) + activerecord (5.1.3.rc1) + activemodel (= 5.1.3.rc1) + activesupport (= 5.1.3.rc1) + arel (~> 8.0) + activesupport (5.1.3.rc1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (~> 0.7) minitest (~> 5.1) tzinfo (~> 1.1) addressable (2.5.1) public_suffix (~> 2.0, >= 2.0.2) - arel (7.1.4) + arel (8.0.0) aruba (0.14.2) childprocess (~> 0.5.6) contracts (~> 0.9) @@ -99,6 +99,7 @@ GEM em-websocket (0.5.1) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) + erubi (1.6.1) erubis (2.7.0) eventmachine (1.2.3) execjs (2.7.0) @@ -168,7 +169,7 @@ GEM multi_test (0.1.2) mysql2 (0.4.8) nenv (0.3.0) - nio4r (1.2.1) + nio4r (2.1.0) nokogiri (1.8.0) mini_portile2 (~> 2.2.0) notiffany (0.1.1) @@ -193,26 +194,26 @@ GEM rack rack-test (0.6.3) rack (>= 1.0) - rails (5.0.1) - actioncable (= 5.0.1) - actionmailer (= 5.0.1) - actionpack (= 5.0.1) - actionview (= 5.0.1) - activejob (= 5.0.1) - activemodel (= 5.0.1) - activerecord (= 5.0.1) - activesupport (= 5.0.1) - bundler (>= 1.3.0, < 2.0) - railties (= 5.0.1) + rails (5.1.3.rc1) + actioncable (= 5.1.3.rc1) + actionmailer (= 5.1.3.rc1) + actionpack (= 5.1.3.rc1) + actionview (= 5.1.3.rc1) + activejob (= 5.1.3.rc1) + activemodel (= 5.1.3.rc1) + activerecord (= 5.1.3.rc1) + activesupport (= 5.1.3.rc1) + bundler (>= 1.3.0) + railties (= 5.1.3.rc1) sprockets-rails (>= 2.0.0) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) rails-html-sanitizer (1.0.3) loofah (~> 2.0) - railties (5.0.1) - actionpack (= 5.0.1) - activesupport (= 5.0.1) + railties (5.1.3.rc1) + actionpack (= 5.1.3.rc1) + activesupport (= 5.1.3.rc1) method_source rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) @@ -328,7 +329,7 @@ DEPENDENCIES pry pry-rails rack-livereload - rails (= 5.0.1) + rails (= 5.1.3.rc1) rake rb-fsevent responders From 25ffdc3b526a025bff403fa1d91c3c0bb55a2856 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 21 Jul 2017 08:15:38 -0400 Subject: [PATCH 24/54] Upgraded minitest gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index c0a9e58..0e99f2e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -164,7 +164,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) mini_portile2 (2.2.0) - minitest (5.10.2) + minitest (5.10.3) multi_json (1.12.1) multi_test (0.1.2) mysql2 (0.4.8) From 618a5263f5a2dab720e77efdb10f5f86c906b1f7 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sun, 23 Jul 2017 12:22:39 -0400 Subject: [PATCH 25/54] Upgrade bundler gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0e99f2e..4b2fa5f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -348,4 +348,4 @@ RUBY VERSION ruby 2.3.4p301 BUNDLED WITH - 1.15.2 + 1.15.3 From 87307d20e49d42115e29f52df2f9035f05de9ecc Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 24 Jul 2017 08:52:06 -0400 Subject: [PATCH 26/54] Upgraded tilt gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4b2fa5f..4d9fb73 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -281,7 +281,7 @@ GEM ref thor (0.19.4) thread_safe (0.3.6) - tilt (2.0.7) + tilt (2.0.8) travis-lint (2.0.0) json turbolinks (5.0.1) From 06aed414dbd84c9917926d47fe8667253b2c2880 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 25 Jul 2017 18:45:27 -0400 Subject: [PATCH 27/54] Upgraded Rails to 5.1.3.rc2 --- Gemfile | 2 +- Gemfile.lock | 66 ++++++++++++++++++++++++++-------------------------- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/Gemfile b/Gemfile index fd319ab..a56e5b9 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' #don't upgrade -gem 'rails', '5.1.3.rc1' +gem 'rails', '5.1.3.rc2' ruby '2.3.4' diff --git a/Gemfile.lock b/Gemfile.lock index 4d9fb73..cbcf3aa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,39 +1,39 @@ GEM remote: https://rubygems.org/ specs: - actioncable (5.1.3.rc1) - actionpack (= 5.1.3.rc1) + actioncable (5.1.3.rc2) + actionpack (= 5.1.3.rc2) nio4r (~> 2.0) websocket-driver (~> 0.6.1) - actionmailer (5.1.3.rc1) - actionpack (= 5.1.3.rc1) - actionview (= 5.1.3.rc1) - activejob (= 5.1.3.rc1) + actionmailer (5.1.3.rc2) + actionpack (= 5.1.3.rc2) + actionview (= 5.1.3.rc2) + activejob (= 5.1.3.rc2) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (5.1.3.rc1) - actionview (= 5.1.3.rc1) - activesupport (= 5.1.3.rc1) + actionpack (5.1.3.rc2) + actionview (= 5.1.3.rc2) + activesupport (= 5.1.3.rc2) rack (~> 2.0) rack-test (~> 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.1.3.rc1) - activesupport (= 5.1.3.rc1) + actionview (5.1.3.rc2) + activesupport (= 5.1.3.rc2) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activejob (5.1.3.rc1) - activesupport (= 5.1.3.rc1) + activejob (5.1.3.rc2) + activesupport (= 5.1.3.rc2) globalid (>= 0.3.6) - activemodel (5.1.3.rc1) - activesupport (= 5.1.3.rc1) - activerecord (5.1.3.rc1) - activemodel (= 5.1.3.rc1) - activesupport (= 5.1.3.rc1) + activemodel (5.1.3.rc2) + activesupport (= 5.1.3.rc2) + activerecord (5.1.3.rc2) + activemodel (= 5.1.3.rc2) + activesupport (= 5.1.3.rc2) arel (~> 8.0) - activesupport (5.1.3.rc1) + activesupport (5.1.3.rc2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (~> 0.7) minitest (~> 5.1) @@ -194,26 +194,26 @@ GEM rack rack-test (0.6.3) rack (>= 1.0) - rails (5.1.3.rc1) - actioncable (= 5.1.3.rc1) - actionmailer (= 5.1.3.rc1) - actionpack (= 5.1.3.rc1) - actionview (= 5.1.3.rc1) - activejob (= 5.1.3.rc1) - activemodel (= 5.1.3.rc1) - activerecord (= 5.1.3.rc1) - activesupport (= 5.1.3.rc1) + rails (5.1.3.rc2) + actioncable (= 5.1.3.rc2) + actionmailer (= 5.1.3.rc2) + actionpack (= 5.1.3.rc2) + actionview (= 5.1.3.rc2) + activejob (= 5.1.3.rc2) + activemodel (= 5.1.3.rc2) + activerecord (= 5.1.3.rc2) + activesupport (= 5.1.3.rc2) bundler (>= 1.3.0) - railties (= 5.1.3.rc1) + railties (= 5.1.3.rc2) sprockets-rails (>= 2.0.0) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) rails-html-sanitizer (1.0.3) loofah (~> 2.0) - railties (5.1.3.rc1) - actionpack (= 5.1.3.rc1) - activesupport (= 5.1.3.rc1) + railties (5.1.3.rc2) + actionpack (= 5.1.3.rc2) + activesupport (= 5.1.3.rc2) method_source rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) @@ -329,7 +329,7 @@ DEPENDENCIES pry pry-rails rack-livereload - rails (= 5.1.3.rc1) + rails (= 5.1.3.rc2) rake rb-fsevent responders From eea01a05b8d01d13d4464a78bdfa9d88328405a3 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 28 Jul 2017 09:05:59 -0400 Subject: [PATCH 28/54] Upgrade eventmachine gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index cbcf3aa..415a435 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -101,7 +101,7 @@ GEM http_parser.rb (~> 0.6.0) erubi (1.6.1) erubis (2.7.0) - eventmachine (1.2.3) + eventmachine (1.2.5) execjs (2.7.0) ffi (1.9.18) foreman (0.84.0) From 04e9f1f6307312a716c63fbc6a09787569c07f96 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sun, 30 Jul 2017 07:46:13 -0400 Subject: [PATCH 29/54] Upgraded better_errors gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 415a435..7042845 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,7 +49,7 @@ GEM rspec-expectations (>= 2.99) thor (~> 0.19) bcrypt (3.1.11) - better_errors (2.1.1) + better_errors (2.2.0) coderay (>= 1.0.0) erubis (>= 2.6.6) rack (>= 0.9.0) From dbd6372631288bc3922fa03c083aeef7fc41d311 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 1 Aug 2017 08:07:35 -0400 Subject: [PATCH 30/54] Upgraded Rails to 5.1.3.rc3 --- Gemfile | 2 +- Gemfile.lock | 66 ++++++++++++++++++++++++++-------------------------- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/Gemfile b/Gemfile index a56e5b9..cb071ff 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' #don't upgrade -gem 'rails', '5.1.3.rc2' +gem 'rails', '5.1.3.rc3' ruby '2.3.4' diff --git a/Gemfile.lock b/Gemfile.lock index 7042845..988ecdc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,39 +1,39 @@ GEM remote: https://rubygems.org/ specs: - actioncable (5.1.3.rc2) - actionpack (= 5.1.3.rc2) + actioncable (5.1.3.rc3) + actionpack (= 5.1.3.rc3) nio4r (~> 2.0) websocket-driver (~> 0.6.1) - actionmailer (5.1.3.rc2) - actionpack (= 5.1.3.rc2) - actionview (= 5.1.3.rc2) - activejob (= 5.1.3.rc2) + actionmailer (5.1.3.rc3) + actionpack (= 5.1.3.rc3) + actionview (= 5.1.3.rc3) + activejob (= 5.1.3.rc3) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (5.1.3.rc2) - actionview (= 5.1.3.rc2) - activesupport (= 5.1.3.rc2) + actionpack (5.1.3.rc3) + actionview (= 5.1.3.rc3) + activesupport (= 5.1.3.rc3) rack (~> 2.0) rack-test (~> 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.1.3.rc2) - activesupport (= 5.1.3.rc2) + actionview (5.1.3.rc3) + activesupport (= 5.1.3.rc3) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activejob (5.1.3.rc2) - activesupport (= 5.1.3.rc2) + activejob (5.1.3.rc3) + activesupport (= 5.1.3.rc3) globalid (>= 0.3.6) - activemodel (5.1.3.rc2) - activesupport (= 5.1.3.rc2) - activerecord (5.1.3.rc2) - activemodel (= 5.1.3.rc2) - activesupport (= 5.1.3.rc2) + activemodel (5.1.3.rc3) + activesupport (= 5.1.3.rc3) + activerecord (5.1.3.rc3) + activemodel (= 5.1.3.rc3) + activesupport (= 5.1.3.rc3) arel (~> 8.0) - activesupport (5.1.3.rc2) + activesupport (5.1.3.rc3) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (~> 0.7) minitest (~> 5.1) @@ -194,26 +194,26 @@ GEM rack rack-test (0.6.3) rack (>= 1.0) - rails (5.1.3.rc2) - actioncable (= 5.1.3.rc2) - actionmailer (= 5.1.3.rc2) - actionpack (= 5.1.3.rc2) - actionview (= 5.1.3.rc2) - activejob (= 5.1.3.rc2) - activemodel (= 5.1.3.rc2) - activerecord (= 5.1.3.rc2) - activesupport (= 5.1.3.rc2) + rails (5.1.3.rc3) + actioncable (= 5.1.3.rc3) + actionmailer (= 5.1.3.rc3) + actionpack (= 5.1.3.rc3) + actionview (= 5.1.3.rc3) + activejob (= 5.1.3.rc3) + activemodel (= 5.1.3.rc3) + activerecord (= 5.1.3.rc3) + activesupport (= 5.1.3.rc3) bundler (>= 1.3.0) - railties (= 5.1.3.rc2) + railties (= 5.1.3.rc3) sprockets-rails (>= 2.0.0) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) rails-html-sanitizer (1.0.3) loofah (~> 2.0) - railties (5.1.3.rc2) - actionpack (= 5.1.3.rc2) - activesupport (= 5.1.3.rc2) + railties (5.1.3.rc3) + actionpack (= 5.1.3.rc3) + activesupport (= 5.1.3.rc3) method_source rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) @@ -329,7 +329,7 @@ DEPENDENCIES pry pry-rails rack-livereload - rails (= 5.1.3.rc2) + rails (= 5.1.3.rc3) rake rb-fsevent responders From 9bbdff8ed48caf3c498a32e412e4f9da9e667771 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 3 Aug 2017 17:25:58 -0400 Subject: [PATCH 31/54] Upgraded Rails to 5.1.3 --- Gemfile | 2 +- Gemfile.lock | 66 ++++++++++++++++++++++++++-------------------------- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/Gemfile b/Gemfile index cb071ff..82b1db5 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' #don't upgrade -gem 'rails', '5.1.3.rc3' +gem 'rails', '5.1.3' ruby '2.3.4' diff --git a/Gemfile.lock b/Gemfile.lock index 988ecdc..58b02c1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,39 +1,39 @@ GEM remote: https://rubygems.org/ specs: - actioncable (5.1.3.rc3) - actionpack (= 5.1.3.rc3) + actioncable (5.1.3) + actionpack (= 5.1.3) nio4r (~> 2.0) websocket-driver (~> 0.6.1) - actionmailer (5.1.3.rc3) - actionpack (= 5.1.3.rc3) - actionview (= 5.1.3.rc3) - activejob (= 5.1.3.rc3) + actionmailer (5.1.3) + actionpack (= 5.1.3) + actionview (= 5.1.3) + activejob (= 5.1.3) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (5.1.3.rc3) - actionview (= 5.1.3.rc3) - activesupport (= 5.1.3.rc3) + actionpack (5.1.3) + actionview (= 5.1.3) + activesupport (= 5.1.3) rack (~> 2.0) rack-test (~> 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.1.3.rc3) - activesupport (= 5.1.3.rc3) + actionview (5.1.3) + activesupport (= 5.1.3) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activejob (5.1.3.rc3) - activesupport (= 5.1.3.rc3) + activejob (5.1.3) + activesupport (= 5.1.3) globalid (>= 0.3.6) - activemodel (5.1.3.rc3) - activesupport (= 5.1.3.rc3) - activerecord (5.1.3.rc3) - activemodel (= 5.1.3.rc3) - activesupport (= 5.1.3.rc3) + activemodel (5.1.3) + activesupport (= 5.1.3) + activerecord (5.1.3) + activemodel (= 5.1.3) + activesupport (= 5.1.3) arel (~> 8.0) - activesupport (5.1.3.rc3) + activesupport (5.1.3) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (~> 0.7) minitest (~> 5.1) @@ -194,26 +194,26 @@ GEM rack rack-test (0.6.3) rack (>= 1.0) - rails (5.1.3.rc3) - actioncable (= 5.1.3.rc3) - actionmailer (= 5.1.3.rc3) - actionpack (= 5.1.3.rc3) - actionview (= 5.1.3.rc3) - activejob (= 5.1.3.rc3) - activemodel (= 5.1.3.rc3) - activerecord (= 5.1.3.rc3) - activesupport (= 5.1.3.rc3) + rails (5.1.3) + actioncable (= 5.1.3) + actionmailer (= 5.1.3) + actionpack (= 5.1.3) + actionview (= 5.1.3) + activejob (= 5.1.3) + activemodel (= 5.1.3) + activerecord (= 5.1.3) + activesupport (= 5.1.3) bundler (>= 1.3.0) - railties (= 5.1.3.rc3) + railties (= 5.1.3) sprockets-rails (>= 2.0.0) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) rails-html-sanitizer (1.0.3) loofah (~> 2.0) - railties (5.1.3.rc3) - actionpack (= 5.1.3.rc3) - activesupport (= 5.1.3.rc3) + railties (5.1.3) + actionpack (= 5.1.3) + activesupport (= 5.1.3) method_source rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) @@ -329,7 +329,7 @@ DEPENDENCIES pry pry-rails rack-livereload - rails (= 5.1.3.rc3) + rails (= 5.1.3) rake rb-fsevent responders From 8a567249c0bdfb4225b6baf5da26eb01e074e7b0 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 4 Aug 2017 07:42:03 -0400 Subject: [PATCH 32/54] Upgraded capybara and better_errors gems --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 58b02c1..69c2855 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,9 +49,9 @@ GEM rspec-expectations (>= 2.99) thor (~> 0.19) bcrypt (3.1.11) - better_errors (2.2.0) + better_errors (2.3.0) coderay (>= 1.0.0) - erubis (>= 2.6.6) + erubi (>= 1.0.0) rack (>= 0.9.0) binding_of_caller (0.7.2) debug_inspector (>= 0.0.1) @@ -60,9 +60,9 @@ GEM bundler-audit (0.6.0) bundler (~> 1.2) thor (~> 0.18) - capybara (2.14.4) + capybara (2.15.0) addressable - mime-types (>= 1.16) + mini_mime (>= 0.1.3) nokogiri (>= 1.3.3) rack (>= 1.0.0) rack-test (>= 0.5.4) @@ -100,7 +100,6 @@ GEM eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) erubi (1.6.1) - erubis (2.7.0) eventmachine (1.2.5) execjs (2.7.0) ffi (1.9.18) @@ -163,6 +162,7 @@ GEM mime-types (3.1) mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) + mini_mime (0.1.3) mini_portile2 (2.2.0) minitest (5.10.3) multi_json (1.12.1) From 677c56c490a952c45281e0a77c123fa4e295dea7 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 4 Aug 2017 16:28:03 -0400 Subject: [PATCH 33/54] Upgraded capybara gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 69c2855..634ea9e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -60,7 +60,7 @@ GEM bundler-audit (0.6.0) bundler (~> 1.2) thor (~> 0.18) - capybara (2.15.0) + capybara (2.15.1) addressable mini_mime (>= 0.1.3) nokogiri (>= 1.3.3) From 6fdea001decc034f580db1cb077f4acebdf425d5 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 7 Aug 2017 15:35:29 -0400 Subject: [PATCH 34/54] Upgraded poltergeist gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 634ea9e..b7a380e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -175,7 +175,7 @@ GEM notiffany (0.1.1) nenv (~> 0.1) shellany (~> 0.0) - poltergeist (1.15.0) + poltergeist (1.16.0) capybara (~> 2.1) cliver (~> 0.3.1) websocket-driver (>= 0.2.0) From 89dfffa4f65f078c5ad1fb9cbd362e514063a4c2 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 10 Aug 2017 07:05:40 -0400 Subject: [PATCH 35/54] Upgraded raindrops gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index b7a380e..22e56cd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -217,7 +217,7 @@ GEM method_source rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - raindrops (0.18.0) + raindrops (0.19.0) rake (12.0.0) rb-fsevent (0.10.2) rb-inotify (0.9.10) From d45bc9fc62e453ba83e628ccd9ef94938ee83b86 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 11 Aug 2017 06:37:02 -0400 Subject: [PATCH 36/54] Upgraded mysql2 gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 22e56cd..ab5034c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -167,7 +167,7 @@ GEM minitest (5.10.3) multi_json (1.12.1) multi_test (0.1.2) - mysql2 (0.4.8) + mysql2 (0.4.9) nenv (0.3.0) nio4r (2.1.0) nokogiri (1.8.0) From 8520968ea8b83e19e2b27069325f085e81a86cd5 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 11 Aug 2017 10:33:44 -0400 Subject: [PATCH 37/54] Upgraded rspec-rails gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index ab5034c..4e85da4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -238,7 +238,7 @@ GEM rspec-mocks (3.6.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.6.0) - rspec-rails (3.6.0) + rspec-rails (3.6.1) actionpack (>= 3.0) activesupport (>= 3.0) railties (>= 3.0) From 441f5c34d414dd84c2acaffc58d991ad2bfd8156 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sat, 12 Aug 2017 09:00:52 -0400 Subject: [PATCH 38/54] Upgraded mini_mime gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4e85da4..f5f9be6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -162,7 +162,7 @@ GEM mime-types (3.1) mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) - mini_mime (0.1.3) + mini_mime (0.1.4) mini_portile2 (2.2.0) minitest (5.10.3) multi_json (1.12.1) From eec07402597992f1b14de105477df8226eabe39e Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 14 Aug 2017 08:11:34 -0400 Subject: [PATCH 39/54] Upgraded [simplecov, simplecov-html] gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f5f9be6..e6d9019 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -260,11 +260,11 @@ GEM sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) shellany (0.0.1) - simplecov (0.14.1) + simplecov (0.15.0) docile (~> 1.1.0) json (>= 1.8, < 3) simplecov-html (~> 0.10.0) - simplecov-html (0.10.1) + simplecov-html (0.10.2) slop (3.6.0) sprockets (3.7.1) concurrent-ruby (~> 1.0) From 62ee83492e674bd3c4ba1d43a158c6d7c1f0b7bc Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 16 Aug 2017 08:53:54 -0400 Subject: [PATCH 40/54] Upgraded brakeman gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index e6d9019..e564d6b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,7 +55,7 @@ GEM rack (>= 0.9.0) binding_of_caller (0.7.2) debug_inspector (>= 0.0.1) - brakeman (3.7.0) + brakeman (3.7.1) builder (3.2.3) bundler-audit (0.6.0) bundler (~> 1.2) From 71c7835f55b82e350b8f45d26df3ad334b669b32 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 16 Aug 2017 16:00:56 -0400 Subject: [PATCH 41/54] Upgraded brakeman gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index e564d6b..f2591c9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,7 +55,7 @@ GEM rack (>= 0.9.0) binding_of_caller (0.7.2) debug_inspector (>= 0.0.1) - brakeman (3.7.1) + brakeman (3.7.2) builder (3.2.3) bundler-audit (0.6.0) bundler (~> 1.2) From 3a7fab9bf697b4b8a06007fd20eec0d1535e1fcc Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sat, 19 Aug 2017 09:03:08 -0400 Subject: [PATCH 42/54] Upgraded power_assert gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index f2591c9..64de5a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -181,7 +181,7 @@ GEM websocket-driver (>= 0.2.0) powder (0.3.2) thor (>= 0.11.5) - power_assert (1.0.2) + power_assert (1.1.0) pry (0.10.4) coderay (~> 1.1.0) method_source (~> 0.8.1) From 991fe3255e928288be690feac0e1f6e0a7d914dc Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sat, 19 Aug 2017 19:52:06 -0400 Subject: [PATCH 43/54] Upgraded bundler gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 64de5a8..d21ada3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -348,4 +348,4 @@ RUBY VERSION ruby 2.3.4p301 BUNDLED WITH - 1.15.3 + 1.15.4 From 6a84888dac0320e3af00ad342f2bdbabb0362806 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 24 Aug 2017 16:31:30 -0400 Subject: [PATCH 44/54] Upgraded Rails to 5.1.4.rc1 --- Gemfile | 2 +- Gemfile.lock | 72 ++++++++++++++++++++++++++-------------------------- 2 files changed, 37 insertions(+), 37 deletions(-) diff --git a/Gemfile b/Gemfile index 82b1db5..97a2d08 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' #don't upgrade -gem 'rails', '5.1.3' +gem 'rails', '5.1.4.rc1' ruby '2.3.4' diff --git a/Gemfile.lock b/Gemfile.lock index d21ada3..d2941d9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,39 +1,39 @@ GEM remote: https://rubygems.org/ specs: - actioncable (5.1.3) - actionpack (= 5.1.3) + actioncable (5.1.4.rc1) + actionpack (= 5.1.4.rc1) nio4r (~> 2.0) websocket-driver (~> 0.6.1) - actionmailer (5.1.3) - actionpack (= 5.1.3) - actionview (= 5.1.3) - activejob (= 5.1.3) + actionmailer (5.1.4.rc1) + actionpack (= 5.1.4.rc1) + actionview (= 5.1.4.rc1) + activejob (= 5.1.4.rc1) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (5.1.3) - actionview (= 5.1.3) - activesupport (= 5.1.3) + actionpack (5.1.4.rc1) + actionview (= 5.1.4.rc1) + activesupport (= 5.1.4.rc1) rack (~> 2.0) - rack-test (~> 0.6.3) + rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.1.3) - activesupport (= 5.1.3) + actionview (5.1.4.rc1) + activesupport (= 5.1.4.rc1) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activejob (5.1.3) - activesupport (= 5.1.3) + activejob (5.1.4.rc1) + activesupport (= 5.1.4.rc1) globalid (>= 0.3.6) - activemodel (5.1.3) - activesupport (= 5.1.3) - activerecord (5.1.3) - activemodel (= 5.1.3) - activesupport (= 5.1.3) + activemodel (5.1.4.rc1) + activesupport (= 5.1.4.rc1) + activerecord (5.1.4.rc1) + activemodel (= 5.1.4.rc1) + activesupport (= 5.1.4.rc1) arel (~> 8.0) - activesupport (5.1.3) + activesupport (5.1.4.rc1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (~> 0.7) minitest (~> 5.1) @@ -192,28 +192,28 @@ GEM rack (2.0.3) rack-livereload (0.3.16) rack - rack-test (0.6.3) - rack (>= 1.0) - rails (5.1.3) - actioncable (= 5.1.3) - actionmailer (= 5.1.3) - actionpack (= 5.1.3) - actionview (= 5.1.3) - activejob (= 5.1.3) - activemodel (= 5.1.3) - activerecord (= 5.1.3) - activesupport (= 5.1.3) + rack-test (0.7.0) + rack (>= 1.0, < 3) + rails (5.1.4.rc1) + actioncable (= 5.1.4.rc1) + actionmailer (= 5.1.4.rc1) + actionpack (= 5.1.4.rc1) + actionview (= 5.1.4.rc1) + activejob (= 5.1.4.rc1) + activemodel (= 5.1.4.rc1) + activerecord (= 5.1.4.rc1) + activesupport (= 5.1.4.rc1) bundler (>= 1.3.0) - railties (= 5.1.3) + railties (= 5.1.4.rc1) sprockets-rails (>= 2.0.0) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) rails-html-sanitizer (1.0.3) loofah (~> 2.0) - railties (5.1.3) - actionpack (= 5.1.3) - activesupport (= 5.1.3) + railties (5.1.4.rc1) + actionpack (= 5.1.4.rc1) + activesupport (= 5.1.4.rc1) method_source rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) @@ -329,7 +329,7 @@ DEPENDENCIES pry pry-rails rack-livereload - rails (= 5.1.3) + rails (= 5.1.4.rc1) rake rb-fsevent responders From 5e533d932cafcb8d2763a1d0aae1e892d0b0be94 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 29 Aug 2017 08:03:42 -0400 Subject: [PATCH 45/54] Unlocked down mintest gem --- Gemfile | 3 +-- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index c014250..474add9 100644 --- a/Gemfile +++ b/Gemfile @@ -99,5 +99,4 @@ gem 'therubyracer' #For Rails 4.2 gem 'responders' -# Locked at 5.10.1, see https://github.com/seattlerb/minitest/issues/689 -gem "minitest", "5.10.1" +gem "minitest" diff --git a/Gemfile.lock b/Gemfile.lock index f5c2f79..c8a4974 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -164,7 +164,7 @@ GEM mime-types-data (3.2016.0521) mini_mime (0.1.4) mini_portile2 (2.2.0) - minitest (5.10.1) + minitest (5.10.3) multi_json (1.12.1) multi_test (0.1.2) mysql2 (0.4.9) @@ -325,7 +325,7 @@ DEPENDENCIES jquery-fileupload-rails jquery-rails launchy - minitest (= 5.10.1) + minitest mysql2 poltergeist powder From 124e15109252c596d3e7c47e083a0868294e2443 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 29 Aug 2017 08:05:04 -0400 Subject: [PATCH 46/54] Unlocked down ruby-prof gem --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 474add9..48d36d3 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ ruby '2.3.4' gem 'rake' gem 'rails-perftest' -gem 'ruby-prof', '0.15.9' +gem 'ruby-prof' # Bundle edge Rails instead: # gem 'rails', git: 'https://github.com/rails/rails' diff --git a/Gemfile.lock b/Gemfile.lock index c8a4974..2ef3a2b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -248,7 +248,7 @@ GEM rspec-mocks (~> 3.6.0) rspec-support (~> 3.6.0) rspec-support (3.6.0) - ruby-prof (0.15.9) + ruby-prof (0.16.2) ruby_dep (1.5.0) sass (3.5.1) sass-listen (~> 4.0.0) @@ -338,7 +338,7 @@ DEPENDENCIES rb-fsevent responders rspec-rails - ruby-prof (= 0.15.9) + ruby-prof sass-rails simplecov sqlite3 From af8aec6953c40fe5b7807a349e4f25276f3840bc Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 1 Sep 2017 08:40:17 -0400 Subject: [PATCH 47/54] Upgraded sprockets-rails gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2ef3a2b..b060489 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -271,7 +271,7 @@ GEM sprockets (3.7.1) concurrent-ruby (~> 1.0) rack (> 1, < 3) - sprockets-rails (3.2.0) + sprockets-rails (3.2.1) actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) From fe52eaa3897f8cfd18c89eae4a599cd4d26ceab0 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sun, 3 Sep 2017 13:07:55 -0400 Subject: [PATCH 48/54] Upgraded coderay gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index b060489..47338c8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -70,7 +70,7 @@ GEM childprocess (0.5.9) ffi (~> 1.0, >= 1.0.11) cliver (0.3.2) - coderay (1.1.1) + coderay (1.1.2) coffee-rails (4.2.2) coffee-script (>= 2.2.0) railties (>= 4.0.0) From 81fa2c935079bf6ecea2a3d170691eb609b7a552 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 7 Sep 2017 08:58:04 -0400 Subject: [PATCH 49/54] Upgraded multi_json gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 47338c8..02893ca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -165,7 +165,7 @@ GEM mini_mime (0.1.4) mini_portile2 (2.2.0) minitest (5.10.3) - multi_json (1.12.1) + multi_json (1.12.2) multi_test (0.1.2) mysql2 (0.4.9) nenv (0.3.0) From e0ba502850b5bba9f7889c5de0c11a361e87f30e Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 8 Sep 2017 08:54:43 -0400 Subject: [PATCH 50/54] Upgraded Rails to 5.1.4 --- Gemfile | 2 +- Gemfile.lock | 66 ++++++++++++++++++++++++++-------------------------- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/Gemfile b/Gemfile index 48d36d3..72b5487 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' #don't upgrade -gem 'rails', '5.1.4.rc1' +gem 'rails', '5.1.4' ruby '2.3.4' diff --git a/Gemfile.lock b/Gemfile.lock index 02893ca..0f68fd3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,39 +1,39 @@ GEM remote: https://rubygems.org/ specs: - actioncable (5.1.4.rc1) - actionpack (= 5.1.4.rc1) + actioncable (5.1.4) + actionpack (= 5.1.4) nio4r (~> 2.0) websocket-driver (~> 0.6.1) - actionmailer (5.1.4.rc1) - actionpack (= 5.1.4.rc1) - actionview (= 5.1.4.rc1) - activejob (= 5.1.4.rc1) + actionmailer (5.1.4) + actionpack (= 5.1.4) + actionview (= 5.1.4) + activejob (= 5.1.4) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (5.1.4.rc1) - actionview (= 5.1.4.rc1) - activesupport (= 5.1.4.rc1) + actionpack (5.1.4) + actionview (= 5.1.4) + activesupport (= 5.1.4) rack (~> 2.0) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.1.4.rc1) - activesupport (= 5.1.4.rc1) + actionview (5.1.4) + activesupport (= 5.1.4) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activejob (5.1.4.rc1) - activesupport (= 5.1.4.rc1) + activejob (5.1.4) + activesupport (= 5.1.4) globalid (>= 0.3.6) - activemodel (5.1.4.rc1) - activesupport (= 5.1.4.rc1) - activerecord (5.1.4.rc1) - activemodel (= 5.1.4.rc1) - activesupport (= 5.1.4.rc1) + activemodel (5.1.4) + activesupport (= 5.1.4) + activerecord (5.1.4) + activemodel (= 5.1.4) + activesupport (= 5.1.4) arel (~> 8.0) - activesupport (5.1.4.rc1) + activesupport (5.1.4) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (~> 0.7) minitest (~> 5.1) @@ -194,17 +194,17 @@ GEM rack rack-test (0.7.0) rack (>= 1.0, < 3) - rails (5.1.4.rc1) - actioncable (= 5.1.4.rc1) - actionmailer (= 5.1.4.rc1) - actionpack (= 5.1.4.rc1) - actionview (= 5.1.4.rc1) - activejob (= 5.1.4.rc1) - activemodel (= 5.1.4.rc1) - activerecord (= 5.1.4.rc1) - activesupport (= 5.1.4.rc1) + rails (5.1.4) + actioncable (= 5.1.4) + actionmailer (= 5.1.4) + actionpack (= 5.1.4) + actionview (= 5.1.4) + activejob (= 5.1.4) + activemodel (= 5.1.4) + activerecord (= 5.1.4) + activesupport (= 5.1.4) bundler (>= 1.3.0) - railties (= 5.1.4.rc1) + railties (= 5.1.4) sprockets-rails (>= 2.0.0) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) @@ -212,9 +212,9 @@ GEM rails-html-sanitizer (1.0.3) loofah (~> 2.0) rails-perftest (0.0.7) - railties (5.1.4.rc1) - actionpack (= 5.1.4.rc1) - activesupport (= 5.1.4.rc1) + railties (5.1.4) + actionpack (= 5.1.4) + activesupport (= 5.1.4) method_source rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) @@ -332,7 +332,7 @@ DEPENDENCIES pry pry-rails rack-livereload - rails (= 5.1.4.rc1) + rails (= 5.1.4) rails-perftest rake rb-fsevent From 7a45852ba7da511f3c76df9e257c51d1fd7d1cd1 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 11 Sep 2017 08:07:47 -0400 Subject: [PATCH 51/54] Upgraded rake gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0f68fd3..3cd4749 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -219,7 +219,7 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) raindrops (0.19.0) - rake (12.0.0) + rake (12.1.0) rb-fsevent (0.10.2) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) From 01fed7d058723728682b718678f034562409dd09 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 11 Sep 2017 16:12:01 -0400 Subject: [PATCH 52/54] Upgraded simplecov gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3cd4749..3f6be21 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.15.0) + simplecov (0.15.1) docile (~> 1.1.0) json (>= 1.8, < 3) simplecov-html (~> 0.10.0) From 367800e9afebe67e377d25628bb5c46fbb55e219 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sun, 17 Sep 2017 12:40:36 -0400 Subject: [PATCH 53/54] Upgraded to ruby 2.3.5 --- .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 3f684d2..cc6c9a4 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.3.4 +2.3.5 diff --git a/.travis.yml b/.travis.yml index 93ec1ba..8e4ea97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: ruby rvm: - - "2.3.4" + - "2.3.5" before_install: - "phantomjs --version" diff --git a/Dockerfile b/Dockerfile index 921705f..744f6b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.3.4 +FROM ruby:2.3.5 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 72b5487..e1223b0 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' #don't upgrade gem 'rails', '5.1.4' -ruby '2.3.4' +ruby '2.3.5' gem 'rake' gem 'rails-perftest' diff --git a/Gemfile.lock b/Gemfile.lock index 3f6be21..852c341 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -350,7 +350,7 @@ DEPENDENCIES unicorn RUBY VERSION - ruby 2.3.4p301 + ruby 2.3.5p376 BUNDLED WITH 1.15.4 diff --git a/README.md b/README.md index 274c74e..d7ac746 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.4 +$ curl -L https://get.rvm.io | bash -s stable --autolibs=3 --ruby=2.3.5 ``` After installing the package, clone this repo: From 3ae9aa6e2c1cb75c6942c3c79565d125504563cd Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 18 Sep 2017 08:59:35 -0400 Subject: [PATCH 54/54] Upgraded to bundler 1.16.0.pre.2 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 852c341..b72d42a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -353,4 +353,4 @@ RUBY VERSION ruby 2.3.5p376 BUNDLED WITH - 1.15.4 + 1.16.0.pre.2