Closed Segaja closed 2 years ago
Hi, you're seeing these failures because you're using a version of Nokogiri that is built against your system's version of libxml2, which is not under Loofah's control.
Your version of libxml2 (2.9.13) has a bug in it which was reported upstream at https://gitlab.gnome.org/GNOME/libxml2/-/issues/339 and that has been fixed upstream on master
but is not yet in a libxml2 release: https://gitlab.gnome.org/GNOME/libxml2/-/commit/4fd69f3e27e4ef2f8fafa091e723497017c40646
You can read more about why Nokogiri patches this behavior here: https://github.com/sparklemotion/nokogiri/issues/2461
You can work around this most easily by using Nokogiri's vendored libxml2 in Nokogiri v1.13.3 or later.
Hello,
when running the tests (
rake test
) with latest (or almost latest) versions of the dependencies, they fail:used gem versions: