Skip to content

Commit 36b0b33

Browse files
committed
dep: update libxml2 to 2.10.4 from 2.10.3
and update a test which assumed a behavior change was going to go into 2.11.0 but ended up in this release
1 parent ac83e6e commit 36b0b33

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dependencies.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
libxml2:
2-
version: "2.10.3"
3-
sha256: "5d2cc3d78bec3dbe212a9d7fa629ada25a7da928af432c93060ff5c17ee28a9c"
4-
# sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.3.sha256sum
2+
version: "2.10.4"
3+
sha256: "ed0c91c5845008f1936739e4eee2035531c1c94742c6541f44ee66d885948d45"
4+
# sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.4.sha256sum
55

66
libxslt:
77
version: "1.1.37"

test/xml/test_node.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@ def test_namespace_without_an_href_on_html_node
11411141
node = html.at("div").children.first
11421142
refute_nil(node)
11431143

1144-
if Nokogiri.uses_libxml?(">= 2.11.0") || Nokogiri.jruby?
1144+
if Nokogiri.uses_libxml?(">= 2.10.4") || Nokogiri.jruby?
11451145
assert_empty(node.namespaces.keys)
11461146
assert_equal("<o:p>foo</o:p>", node.to_html)
11471147
elsif Nokogiri.uses_libxml?(">= 2.9.12")

0 commit comments

Comments
 (0)