Skip to content

Commit 605699d

Browse files
authored
dep: bump libxml2 to 2.13.7 (v1.18.x backport) (#3495)
https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.13.7 This is a bugfix release (cherry picked from commit f510117) Backport of #3494
2 parents 189769d + 804e590 commit 605699d

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

Gemfile

+6-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ group :development do
2424
gem "simplecov", "= 0.21.2"
2525

2626
# rubocop
27-
gem "standard", "1.43.0"
28-
gem "rubocop-minitest", "0.36.0"
29-
gem "rubocop-packaging", "0.5.2"
30-
gem "rubocop-rake", "0.6.0"
27+
unless RUBY_PLATFORM == "java"
28+
gem "standard", "1.43.0"
29+
gem "rubocop-minitest", "0.36.0"
30+
gem "rubocop-packaging", "0.5.2"
31+
gem "rubocop-rake", "0.6.0"
32+
end
3133
end
3234

3335
# If Psych doesn't build, you can disable this group locally by running

dependencies.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
libxml2:
3-
version: "2.13.6"
4-
sha256: "f453480307524968f7a04ec65e64f2a83a825973bcd260a2e7691be82ae70c96"
5-
# sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.6.sha256sum
3+
version: "2.13.7"
4+
sha256: "14796d24402108e99d8de4e974d539bed62e23af8c4233317274ce073ceff93b"
5+
# sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.7.sha256sum
66

77
libxslt:
88
version: "1.1.43"

0 commit comments

Comments
 (0)