Skip to content

Commit

Permalink
build(deps-dev): update html-proofer requirement from ~> 3.19.4 to ~>…
Browse files Browse the repository at this point in the history
… 4.4.3

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@v3.19.4...v4.4.3)

---
updated-dependencies:
- dependency-name: html-proofer
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 8, 2024
1 parent 852f18b commit 1d4aa5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ source "https://rubygems.org"
gem "github-pages", group: :jekyll_plugins

group :test do
gem "html-proofer", "~> 3.19.4"
gem "html-proofer", "~> 4.4.3"
gem "rake"
end

0 comments on commit 1d4aa5d

Please sign in to comment.