Skip to content

Commit

Permalink
test: update nokogiri and ignore output
Browse files Browse the repository at this point in the history
  • Loading branch information
spk committed Aug 26, 2023
1 parent 2ae4afe commit 6611c50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/validator_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

it 'exclude errors ignored by :ignore option' do
skip('nokogiri dont support jruby') if ValidateWebsite.jruby?
ignore = /That tag isn't allowed here/
ignore = /End tag 'pre' isn't allowed here/
validator = subject.new(@html5_page.doc,
@html5_page.body,
ignore: ignore,
Expand Down
2 changes: 1 addition & 1 deletion validate-website.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.license = 'MIT'
s.required_ruby_version = '>= 2.6'
s.add_dependency 'crass', '~> 1'
s.add_dependency 'nokogiri', '~> 1.12'
s.add_dependency 'nokogiri', '~> 1.15'
s.add_dependency 'paint', '~> 2'
s.add_dependency 'slop', '~> 4.6'
s.add_dependency 'spidr', '~> 0.6.1'
Expand Down

0 comments on commit 6611c50

Please sign in to comment.