mirror of
https://github.com/inspec/inspec
synced 2025-02-16 14:08:36 +00:00
This reverts commit 365870fda0
.
This commit is contained in:
parent
365870fda0
commit
a4dde23f4b
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue