From 7ecd85a5c5612a3fdfdcc1548f3fb0e0185354f9 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 6 Dec 2018 08:53:51 -0500 Subject: [PATCH 01/10] Upgraded rubocop gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0d6d09f..78cd8ae 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -262,7 +262,7 @@ GEM rspec-mocks (~> 3.8.0) rspec-support (~> 3.8.0) rspec-support (3.8.0) - rubocop (0.61.0) + rubocop (0.61.1) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.5, != 2.5.1.1) From 46e397398f93a16b09d00712bd2af93a54dc0a62 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 7 Dec 2018 11:17:37 -0500 Subject: [PATCH 02/10] Upgraded rake gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 78cd8ae..14c3384 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -232,7 +232,7 @@ GEM thor (>= 0.18.1, < 2.0) rainbow (3.0.0) raindrops (0.19.0) - rake (12.3.1) + rake (12.3.2) rb-fsevent (0.10.3) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) From 66ef78d4d5a295d102f1d68ef1fc871881163a07 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 11 Dec 2018 10:09:39 -0500 Subject: [PATCH 03/10] Upgraded i18n gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 14c3384..dc91a17 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -143,7 +143,7 @@ GEM guard (>= 2.0.0) guard-compat (~> 1.0) http_parser.rb (0.6.0) - i18n (1.1.1) + i18n (1.2.0) concurrent-ruby (~> 1.0) jaro_winkler (1.5.1) jquery-fileupload-rails (1.0.0) From 0d9f1454b4a9610f28391f648188b74814ef7dcd Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sat, 15 Dec 2018 23:07:34 -0500 Subject: [PATCH 04/10] Upgraded concurrent-ruby and rb-inotify gems --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index dc91a17..8ff0fec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,7 +81,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.3) + concurrent-ruby (1.1.4) contracts (0.16.0) crass (1.0.4) cucumber (3.1.2) @@ -234,8 +234,8 @@ GEM raindrops (0.19.0) rake (12.3.2) rb-fsevent (0.10.3) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) + rb-inotify (0.10.0) + ffi (~> 1.0) ref (2.0.0) regexp_parser (1.3.0) responders (2.4.0) From cfa2487092ddaed2ff31a15c35f101de057248e8 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 17 Dec 2018 13:04:44 -0500 Subject: [PATCH 05/10] Upgraded [mini_portile2, nokogiri] gems --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8ff0fec..01e57d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -171,15 +171,15 @@ GEM mini_mime (>= 0.1.1) method_source (0.9.2) mini_mime (1.0.1) - mini_portile2 (2.3.0) + mini_portile2 (2.4.0) minitest (5.11.3) multi_json (1.13.1) multi_test (0.1.2) mysql2 (0.5.2) nenv (0.3.0) nio4r (2.3.1) - nokogiri (1.8.5) - mini_portile2 (~> 2.3.0) + nokogiri (1.9.0) + mini_portile2 (~> 2.4.0) notiffany (0.1.1) nenv (~> 0.1) shellany (~> 0.0) From 166a4f25c8a1a3b2bc103af0f465ec80d74b0d7d Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 18 Dec 2018 09:51:11 -0500 Subject: [PATCH 06/10] Upgraded nokogiri gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 01e57d3..9fa99d0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -178,7 +178,7 @@ GEM mysql2 (0.5.2) nenv (0.3.0) nio4r (2.3.1) - nokogiri (1.9.0) + nokogiri (1.9.1) mini_portile2 (~> 2.4.0) notiffany (0.1.1) nenv (~> 0.1) From 6ec7661461fe110058211a9943e2f807fbb166ff Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 18 Dec 2018 20:16:03 -0500 Subject: [PATCH 07/10] Upgraded erubi gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9fa99d0..bd83e5b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -107,7 +107,7 @@ GEM em-websocket (0.5.1) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) - erubi (1.7.1) + erubi (1.8.0) eventmachine (1.2.7) execjs (2.7.0) ffi (1.9.25) From df951ea5193758de00c7714d3664e174dba5b992 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 20 Dec 2018 09:22:11 -0500 Subject: [PATCH 08/10] Upgraded i18n and bundler gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index bd83e5b..e0edbb6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -143,7 +143,7 @@ GEM guard (>= 2.0.0) guard-compat (~> 1.0) http_parser.rb (0.6.0) - i18n (1.2.0) + i18n (1.3.0) concurrent-ruby (~> 1.0) jaro_winkler (1.5.1) jquery-fileupload-rails (1.0.0) @@ -382,4 +382,4 @@ RUBY VERSION ruby 2.5.3p105 BUNDLED WITH - 1.17.1 + 1.17.2 From 231fc74a3020fe756a381dc6a188bfa64b4702ea Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 21 Dec 2018 11:43:40 -0500 Subject: [PATCH 09/10] Upgraded unicode-display_width gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index e0edbb6..2749bfd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -320,7 +320,7 @@ GEM thread_safe (~> 0.1) uglifier (4.1.20) execjs (>= 0.3.0, < 3) - unicode-display_width (1.4.0) + unicode-display_width (1.4.1) unicorn (5.4.1) kgio (~> 2.6) raindrops (~> 0.7) From 213bb0cfa4c04367ee109307eb36053091c870cc Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 26 Dec 2018 10:50:00 -0500 Subject: [PATCH 10/10] Fixed i18n.fallbacks warning msg --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 8a0c22e..d61091e 100755 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -70,7 +70,7 @@ Railsgoat::Application.configure do # Enable locale fallbacks for I18n (makes lookups for any locale fall back to # the I18n.default_locale when a translation can not be found). - config.i18n.fallbacks = true + config.i18n.fallbacks = [I18n.default_locale] # Send deprecation notices to registered listeners. config.active_support.deprecation = :notify