From f71139fb0025dcc1e8ad5fa6d1365ea0a6bc3e7f Mon Sep 17 00:00:00 2001 From: Hieu D <48117687+dqhntt@users.noreply.github.com> Date: Wed, 24 Apr 2024 06:43:23 +0000 Subject: [PATCH] Update html-proofer requirement from ~> 4.4 to ~> 5.0 Updates the requirements on [html-proofer](https://github.com/gjtorikian/html-proofer) to permit the latest version. - [Release notes](https://github.com/gjtorikian/html-proofer/releases) - [Changelog](https://github.com/gjtorikian/html-proofer/blob/main/CHANGELOG.md) - [Commits](gjtorikian/html-proofer@v4.4.0...v5.0.8) Extracted from Dependabot --- .github/workflows/pages-deploy.yml | 2 +- Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index b496427..f3d7a34 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -53,7 +53,7 @@ jobs: - name: Test site run: | bundle exec htmlproofer _site \ - --disable-external=true \ + --disable-external \ --ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/" \ --swap-urls "^${{ steps.pages.outputs.base_path }}/:/" diff --git a/Gemfile b/Gemfile index 13afbd1..8b3f53d 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source "https://rubygems.org" gem "jekyll-theme-chirpy", "~> 6.5", ">= 6.5.5" group :test do - gem "html-proofer", "~> 4.4" + gem "html-proofer", "~> 5.0" end # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem