From cdadbdb980f2c5b0466a3ee2a23fe67291dddcd6 Mon Sep 17 00:00:00 2001 From: neveler <55753029+neveler@users.noreply.github.com> Date: Tue, 7 Apr 2026 16:14:20 +0800 Subject: [PATCH] Bump nokogiri to 1.19.1 (#426) --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 0baae10..aedd772 100644 --- a/Gemfile +++ b/Gemfile @@ -32,5 +32,5 @@ gem "wdm", "0.2.0", :platforms => [:windows] gem "http_parser.rb", "0.8.0", :platforms => [:jruby] # plugin dependencies -gem "nokogiri", "1.18.10" +gem "nokogiri", "1.19.1" gem "addressable", "2.8.7"