github-linguist: use dependency nokogiri with patched libxml2

Fixes GHSA-353f-x4gh-cqq8.

Tested on x86_64-linux, works well.
This commit is contained in:
Michael Daniels
2025-12-11 16:36:08 -05:00
parent d2b635a26f
commit cdc2be189f
2 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ GEM
ruby2_keywords (>= 0.0.5)
net-http (0.6.0)
uri
nokogiri (1.18.8)
nokogiri (1.18.10)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
octokit (9.2.0)
+3 -6
View File
@@ -255,17 +255,14 @@
"mini_portile2"
"racc"
];
groups = [
"default"
"development"
];
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0rb306hbky6cxfyc8vrwpvl40fdapjvhsk62h08gg9wwbn3n8x4c";
sha256 = "1hcwwr2h8jnqqxmf8mfb52b0dchr7pm064ingflb78wa00qhgk6m";
type = "gem";
};
version = "1.18.8";
version = "1.18.10";
};
octokit = {
dependencies = [