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
This commit is contained in:
Hieu D 2024-04-24 06:43:23 +00:00 committed by GitHub
parent 1764f6d96b
commit f71139fb00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}/:/"

View File

@ -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