Revert "Update html-proofer requirement from ~> 3.19.4 to ~> 5.0.8 (#6703)" (#6718)

This reverts commit 365870fda0.
This commit is contained in:
Vasundhara Jagdale 2023-09-29 13:17:11 +00:00 committed by GitHub
parent 365870fda0
commit a4dde23f4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ group :test do
if Gem.ruby_version >= Gem::Version.new("3.0.0")
# html-proofer has a dep on io-event, which is ruby-3 only
gem "html-proofer", "~> 5.0.8", platforms: :ruby # do not attempt to run proofer on windows. Pinned to 3.19.4 as test is breaking in updated versions.
gem "html-proofer", "~> 3.19.4", platforms: :ruby # do not attempt to run proofer on windows. Pinned to 3.19.4 as test is breaking in updated versions.
end
end