From 7c4493833b14672704d68f978e3d40049594c39b Mon Sep 17 00:00:00 2001 From: helrond Date: Sat, 1 Oct 2022 00:04:48 +0000 Subject: [PATCH 1/4] Dependency updates --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2e22ab5e..01e2316f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (6.0.5.1) + activesupport (6.0.6) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -14,7 +14,7 @@ GEM execjs coffee-script-source (1.11.1) colorator (1.1.0) - commonmarker (0.23.5) + commonmarker (0.23.6) concurrent-ruby (1.1.10) dnsruby (1.61.9) simpleidn (~> 0.1) @@ -262,7 +262,7 @@ GEM unf_ext (0.0.8.2) unicode-display_width (1.8.0) yell (2.2.2) - zeitwerk (2.6.0) + zeitwerk (2.6.1) PLATFORMS ruby From ac0f819e3b713f94861e754a32100b662a75deff Mon Sep 17 00:00:00 2001 From: Hannah Date: Wed, 5 Oct 2022 14:25:24 -0400 Subject: [PATCH 2/4] update gh-pages and html-proofer --- Gemfile | 4 ++-- Gemfile.lock | 15 ++++++++------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 6f6d6176..9a8e92ed 100644 --- a/Gemfile +++ b/Gemfile @@ -1,8 +1,8 @@ source "https://rubygems.org" group :jekyll_plugins do - gem "github-pages", "~> 226" + gem "github-pages", "~> 227" end # For testing build -gem "html-proofer", "~> 3.19.4" +gem "html-proofer", "~> 4.4.1" diff --git a/Gemfile.lock b/Gemfile.lock index 01e2316f..4684e755 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -25,14 +25,14 @@ GEM ffi (>= 1.15.0) eventmachine (1.2.7) execjs (2.8.1) - faraday (2.5.2) + faraday (2.6.0) faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) faraday-net_http (3.0.0) ffi (1.15.5) forwardable-extended (2.6.0) gemoji (3.0.1) - github-pages (226) + github-pages (227) github-pages-health-check (= 1.17.9) jekyll (= 3.9.2) jekyll-avatar (= 0.7.0) @@ -74,7 +74,7 @@ GEM liquid (= 4.0.3) mercenary (~> 0.3) minima (= 2.5.1) - nokogiri (>= 1.13.4, < 2.0) + nokogiri (>= 1.13.6, < 2.0) rouge (= 3.26.0) terminal-table (~> 1.4) github-pages-health-check (1.17.9) @@ -86,7 +86,7 @@ GEM html-pipeline (2.14.2) activesupport (>= 2) nokogiri (>= 1.4) - html-proofer (3.19.4) + html-proofer (4.4.1) addressable (~> 2.3) mercenary (~> 0.3) nokogiri (~> 1.13) @@ -94,6 +94,7 @@ GEM rainbow (~> 3.0) typhoeus (~> 1.3) yell (~> 2.0) + zeitwerk (~> 2.5) http_parser.rb (0.8.0) i18n (0.9.5) concurrent-ruby (~> 1.0) @@ -268,8 +269,8 @@ PLATFORMS ruby DEPENDENCIES - github-pages (~> 226) - html-proofer (~> 3.19.4) + github-pages (~> 227) + html-proofer (~> 4.4.1) BUNDLED WITH - 2.3.15 + 2.3.21 From 15c43ec887289f660fbb81fe6ce4cd2910512fff Mon Sep 17 00:00:00 2001 From: Hannah Date: Wed, 5 Oct 2022 14:34:41 -0400 Subject: [PATCH 3/4] use html-proofer 4.3 --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 9a8e92ed..50905f06 100644 --- a/Gemfile +++ b/Gemfile @@ -5,4 +5,4 @@ group :jekyll_plugins do end # For testing build -gem "html-proofer", "~> 4.4.1" +gem "html-proofer", "~> 4.3" diff --git a/Gemfile.lock b/Gemfile.lock index 4684e755..613be8c3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -270,7 +270,7 @@ PLATFORMS DEPENDENCIES github-pages (~> 227) - html-proofer (~> 4.4.1) + html-proofer (~> 4.3) BUNDLED WITH 2.3.21 From f02cee77fa5a91b34fb42bfdb909011ab274b999 Mon Sep 17 00:00:00 2001 From: Hannah Date: Wed, 5 Oct 2022 15:15:15 -0400 Subject: [PATCH 4/4] revert html-proofer update --- Gemfile | 2 +- Gemfile.lock | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 50905f06..502e292f 100644 --- a/Gemfile +++ b/Gemfile @@ -5,4 +5,4 @@ group :jekyll_plugins do end # For testing build -gem "html-proofer", "~> 4.3" +gem "html-proofer", "~> 3.19.4" diff --git a/Gemfile.lock b/Gemfile.lock index 613be8c3..dad69db5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -86,7 +86,7 @@ GEM html-pipeline (2.14.2) activesupport (>= 2) nokogiri (>= 1.4) - html-proofer (4.4.1) + html-proofer (3.19.4) addressable (~> 2.3) mercenary (~> 0.3) nokogiri (~> 1.13) @@ -94,7 +94,6 @@ GEM rainbow (~> 3.0) typhoeus (~> 1.3) yell (~> 2.0) - zeitwerk (~> 2.5) http_parser.rb (0.8.0) i18n (0.9.5) concurrent-ruby (~> 1.0) @@ -270,7 +269,7 @@ PLATFORMS DEPENDENCIES github-pages (~> 227) - html-proofer (~> 4.3) + html-proofer (~> 3.19.4) BUNDLED WITH 2.3.21