File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
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
5
5
6
6
libxslt :
7
7
version : " 1.1.37"
Original file line number Diff line number Diff line change @@ -1141,7 +1141,7 @@ def test_namespace_without_an_href_on_html_node
1141
1141
node = html . at ( "div" ) . children . first
1142
1142
refute_nil ( node )
1143
1143
1144
- if Nokogiri . uses_libxml? ( ">= 2.11.0 " ) || Nokogiri . jruby?
1144
+ if Nokogiri . uses_libxml? ( ">= 2.10.4 " ) || Nokogiri . jruby?
1145
1145
assert_empty ( node . namespaces . keys )
1146
1146
assert_equal ( "<o:p>foo</o:p>" , node . to_html )
1147
1147
elsif Nokogiri . uses_libxml? ( ">= 2.9.12" )
You can’t perform that action at this time.
0 commit comments