From dec04c0255378a3e88284b20d7b8949bc9fc4914 Mon Sep 17 00:00:00 2001 From: akostadinov-bot Date: Fri, 10 Jul 2026 17:24:51 +0000 Subject: [PATCH 1/2] Update nokogiri to version 1.19.4 Bump nokogiri gem from 1.16.5 to 1.19.4 to pick up the latest libxml2 fixes bundled with the gem. Assisted-By: claude-opus-4-6 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1f96b437..dd463662 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -204,7 +204,7 @@ GEM net-smtp (0.4.0.1) net-protocol nio4r (2.7.1) - nokogiri (1.16.5) + nokogiri (1.19.4) mini_portile2 (~> 2.8.2) racc (~> 1.4) oauth2 (1.4.7) From 7b8a69d963921138fc2b4268dce19e3250cb3e6a Mon Sep 17 00:00:00 2001 From: akostadinov-bot Date: Fri, 10 Jul 2026 17:34:46 +0000 Subject: [PATCH 2/2] Fix nokogiri version: 1.19.4 requires Ruby >= 3.2, use 1.18.10 instead nokogiri 1.19.x requires Ruby >= 3.2, but this branch's Dockerfile uses ubi9/ruby-31 (Ruby 3.1). Downgrade to 1.18.10, the latest version compatible with Ruby 3.1. Dependencies (mini_portile2 ~> 2.8.2, racc ~> 1.4) remain unchanged. Assisted-By: claude-opus-4-6 Co-Authored-By: Claude Opus 4.6 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index dd463662..0e930399 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -204,7 +204,7 @@ GEM net-smtp (0.4.0.1) net-protocol nio4r (2.7.1) - nokogiri (1.19.4) + nokogiri (1.18.10) mini_portile2 (~> 2.8.2) racc (~> 1.4) oauth2 (1.4.7)