From 921b5e3cefa93cfc4c62512ae07e11df1aadef8f Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 1 Feb 2018 17:38:47 -0500 Subject: [PATCH 1/9] Upgraded to Rails 5.1.5.rc1 --- Gemfile | 2 +- Gemfile.lock | 66 ++++++++++++++++++++++++++-------------------------- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/Gemfile b/Gemfile index c24895e..c2a1221 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" #don't upgrade -gem "rails", "5.1.4" +gem "rails", "5.1.5.rc1" ruby "2.4.3" diff --git a/Gemfile.lock b/Gemfile.lock index 37cf9da..18dc22a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,39 +1,39 @@ GEM remote: https://rubygems.org/ specs: - actioncable (5.1.4) - actionpack (= 5.1.4) + actioncable (5.1.5.rc1) + actionpack (= 5.1.5.rc1) nio4r (~> 2.0) websocket-driver (~> 0.6.1) - actionmailer (5.1.4) - actionpack (= 5.1.4) - actionview (= 5.1.4) - activejob (= 5.1.4) + actionmailer (5.1.5.rc1) + actionpack (= 5.1.5.rc1) + actionview (= 5.1.5.rc1) + activejob (= 5.1.5.rc1) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (5.1.4) - actionview (= 5.1.4) - activesupport (= 5.1.4) + actionpack (5.1.5.rc1) + actionview (= 5.1.5.rc1) + activesupport (= 5.1.5.rc1) rack (~> 2.0) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.1.4) - activesupport (= 5.1.4) + actionview (5.1.5.rc1) + activesupport (= 5.1.5.rc1) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activejob (5.1.4) - activesupport (= 5.1.4) + activejob (5.1.5.rc1) + activesupport (= 5.1.5.rc1) globalid (>= 0.3.6) - activemodel (5.1.4) - activesupport (= 5.1.4) - activerecord (5.1.4) - activemodel (= 5.1.4) - activesupport (= 5.1.4) + activemodel (5.1.5.rc1) + activesupport (= 5.1.5.rc1) + activerecord (5.1.5.rc1) + activemodel (= 5.1.5.rc1) + activesupport (= 5.1.5.rc1) arel (~> 8.0) - activesupport (5.1.4) + activesupport (5.1.5.rc1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (~> 0.7) minitest (~> 5.1) @@ -203,17 +203,17 @@ GEM rack rack-test (0.8.2) rack (>= 1.0, < 3) - 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) + rails (5.1.5.rc1) + actioncable (= 5.1.5.rc1) + actionmailer (= 5.1.5.rc1) + actionpack (= 5.1.5.rc1) + actionview (= 5.1.5.rc1) + activejob (= 5.1.5.rc1) + activemodel (= 5.1.5.rc1) + activerecord (= 5.1.5.rc1) + activesupport (= 5.1.5.rc1) bundler (>= 1.3.0) - railties (= 5.1.4) + railties (= 5.1.5.rc1) sprockets-rails (>= 2.0.0) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) @@ -221,9 +221,9 @@ GEM rails-html-sanitizer (1.0.3) loofah (~> 2.0) rails-perftest (0.0.7) - railties (5.1.4) - actionpack (= 5.1.4) - activesupport (= 5.1.4) + railties (5.1.5.rc1) + actionpack (= 5.1.5.rc1) + activesupport (= 5.1.5.rc1) method_source rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) @@ -351,7 +351,7 @@ DEPENDENCIES pry pry-rails rack-livereload - rails (= 5.1.4) + rails (= 5.1.5.rc1) rails-perftest rake rb-fsevent From a0b72a8aae8acd827f7651f1960021a5702b2038 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sun, 4 Feb 2018 17:43:10 -0500 Subject: [PATCH 2/9] Upgraded tzinfo gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 18dc22a..f205092 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -308,7 +308,7 @@ GEM turbolinks (5.1.0) turbolinks-source (~> 5.1) turbolinks-source (5.1.0) - tzinfo (1.2.4) + tzinfo (1.2.5) thread_safe (~> 0.1) uglifier (4.1.5) execjs (>= 0.3.0, < 3) From 91cf15cf5fb72baa19c720bbbfb46e3549fd9de4 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 6 Feb 2018 16:05:38 -0500 Subject: [PATCH 3/9] Upgraded ffi gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index f205092..d78a183 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -109,7 +109,7 @@ GEM erubi (1.7.0) eventmachine (1.2.5) execjs (2.7.0) - ffi (1.9.18) + ffi (1.9.21) foreman (0.84.0) thor (~> 0.19.1) formatador (0.2.5) From 3be2a266d38b23f82b0ec156a4b37eda9c612108 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 9 Feb 2018 09:45:10 -0500 Subject: [PATCH 4/9] Upgraded [uglifer, i18n] gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d78a183..9aa8dee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -142,7 +142,7 @@ GEM guard (>= 2.0.0) guard-compat (~> 1.0) http_parser.rb (0.6.0) - i18n (0.9.3) + i18n (0.9.4) concurrent-ruby (~> 1.0) jquery-fileupload-rails (0.4.7) actionpack (>= 3.1) @@ -310,7 +310,7 @@ GEM turbolinks-source (5.1.0) tzinfo (1.2.5) thread_safe (~> 0.1) - uglifier (4.1.5) + uglifier (4.1.6) execjs (>= 0.3.0, < 3) unicode-display_width (1.3.0) unicorn (5.4.0) From 0d4bb99b477b53edeabca4355ff69dc55c4a3f78 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 12 Feb 2018 09:54:44 -0500 Subject: [PATCH 5/9] Upgraded [loofah,public_suffix] gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9aa8dee..7da5dab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -161,7 +161,7 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) - loofah (2.1.1) + loofah (2.2.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) lumberjack (1.0.12) @@ -197,7 +197,7 @@ GEM method_source (~> 0.9.0) pry-rails (0.3.6) pry (>= 0.10.4) - public_suffix (3.0.1) + public_suffix (3.0.2) rack (2.0.4) rack-livereload (0.3.16) rack From d6df579cdfd2df86dac3a87ba1b7900871c3f73b Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 13 Feb 2018 08:17:32 -0500 Subject: [PATCH 6/9] Upgraded capybara gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7da5dab..b01a146 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,7 +62,7 @@ GEM bundler-audit (0.6.0) bundler (~> 1.2) thor (~> 0.18) - capybara (2.17.0) + capybara (2.18.0) addressable mini_mime (>= 0.1.3) nokogiri (>= 1.3.3) From 86566c06362142344e9ddd01d60371782091bfc9 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 14 Feb 2018 09:38:03 -0500 Subject: [PATCH 7/9] Upgraded i18n gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index b01a146..d8d896c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -142,7 +142,7 @@ GEM guard (>= 2.0.0) guard-compat (~> 1.0) http_parser.rb (0.6.0) - i18n (0.9.4) + i18n (0.9.5) concurrent-ruby (~> 1.0) jquery-fileupload-rails (0.4.7) actionpack (>= 3.1) From 60b56e764d9ea411c075c4744b5bf1c7b64f5cd3 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 14 Feb 2018 16:25:34 -0500 Subject: [PATCH 8/9] Upgraded Rails to 5.1.5 --- Gemfile | 2 +- Gemfile.lock | 66 ++++++++++++++++++++++++++-------------------------- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/Gemfile b/Gemfile index c2a1221..008c909 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" #don't upgrade -gem "rails", "5.1.5.rc1" +gem "rails", "5.1.5" ruby "2.4.3" diff --git a/Gemfile.lock b/Gemfile.lock index d8d896c..12cf06c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,39 +1,39 @@ GEM remote: https://rubygems.org/ specs: - actioncable (5.1.5.rc1) - actionpack (= 5.1.5.rc1) + actioncable (5.1.5) + actionpack (= 5.1.5) nio4r (~> 2.0) websocket-driver (~> 0.6.1) - actionmailer (5.1.5.rc1) - actionpack (= 5.1.5.rc1) - actionview (= 5.1.5.rc1) - activejob (= 5.1.5.rc1) + actionmailer (5.1.5) + actionpack (= 5.1.5) + actionview (= 5.1.5) + activejob (= 5.1.5) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (5.1.5.rc1) - actionview (= 5.1.5.rc1) - activesupport (= 5.1.5.rc1) + actionpack (5.1.5) + actionview (= 5.1.5) + activesupport (= 5.1.5) rack (~> 2.0) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.1.5.rc1) - activesupport (= 5.1.5.rc1) + actionview (5.1.5) + activesupport (= 5.1.5) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activejob (5.1.5.rc1) - activesupport (= 5.1.5.rc1) + activejob (5.1.5) + activesupport (= 5.1.5) globalid (>= 0.3.6) - activemodel (5.1.5.rc1) - activesupport (= 5.1.5.rc1) - activerecord (5.1.5.rc1) - activemodel (= 5.1.5.rc1) - activesupport (= 5.1.5.rc1) + activemodel (5.1.5) + activesupport (= 5.1.5) + activerecord (5.1.5) + activemodel (= 5.1.5) + activesupport (= 5.1.5) arel (~> 8.0) - activesupport (5.1.5.rc1) + activesupport (5.1.5) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (~> 0.7) minitest (~> 5.1) @@ -203,17 +203,17 @@ GEM rack rack-test (0.8.2) rack (>= 1.0, < 3) - rails (5.1.5.rc1) - actioncable (= 5.1.5.rc1) - actionmailer (= 5.1.5.rc1) - actionpack (= 5.1.5.rc1) - actionview (= 5.1.5.rc1) - activejob (= 5.1.5.rc1) - activemodel (= 5.1.5.rc1) - activerecord (= 5.1.5.rc1) - activesupport (= 5.1.5.rc1) + rails (5.1.5) + actioncable (= 5.1.5) + actionmailer (= 5.1.5) + actionpack (= 5.1.5) + actionview (= 5.1.5) + activejob (= 5.1.5) + activemodel (= 5.1.5) + activerecord (= 5.1.5) + activesupport (= 5.1.5) bundler (>= 1.3.0) - railties (= 5.1.5.rc1) + railties (= 5.1.5) sprockets-rails (>= 2.0.0) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) @@ -221,9 +221,9 @@ GEM rails-html-sanitizer (1.0.3) loofah (~> 2.0) rails-perftest (0.0.7) - railties (5.1.5.rc1) - actionpack (= 5.1.5.rc1) - activesupport (= 5.1.5.rc1) + railties (5.1.5) + actionpack (= 5.1.5) + activesupport (= 5.1.5) method_source rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) @@ -351,7 +351,7 @@ DEPENDENCIES pry pry-rails rack-livereload - rails (= 5.1.5.rc1) + rails (= 5.1.5) rails-perftest rake rb-fsevent From 37158057e76c127454a35c4c8109704c1af5f525 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 16 Feb 2018 11:00:59 -0500 Subject: [PATCH 9/9] Upgraded parser gem --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 12cf06c..502307f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -182,8 +182,8 @@ GEM nenv (~> 0.1) shellany (~> 0.0) parallel (1.12.1) - parser (2.4.0.2) - ast (~> 2.3) + parser (2.5.0.0) + ast (~> 2.4.0) poltergeist (1.17.0) capybara (~> 2.1) cliver (~> 0.3.1)