mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
This reverts commit 12e8e93b91
.
This commit is contained in:
parent
42cb71fb1e
commit
904bdf2345
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -49,7 +49,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
|
||||
|
||||
|
|
Loading…
Reference in a new issue