Closed Apteryks closed 1 year ago
@Apteryks Recent versions of Nokogiri include all of the Nokogumbo code. You should be able to stop using Nokogumbo entirely at this point and only use Nokogiri with no loss of functionality.
If, after switching, you're still having issues, file an issue on the Nokogiri issue tracker and someone will take a look.
Thanks, that's useful information! Now that you've mentioned it, I've seen it on the project page, eh :-).
Hi,
When using the latest available nokogiri, the test suite fails like:
Replacing
unless Nokogumbo.const_get\\(:LINE_SUPPORTED)
with true in the test-Nokogumbo.rb files works around the issue.Thanks!