From 832ff90b42ff6d511e514b5d9defdc59a51b6ea0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 00:28:58 +0000 Subject: [PATCH] Bump nokogiri from 1.18.10 to 1.19.1 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.18.10 to 1.19.1. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.18.10...v1.19.1) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.19.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1be10cecd..d24f2afa9 100644 --- a/Gemfile +++ b/Gemfile @@ -64,7 +64,7 @@ gem "capybara-screenshot", "~> 1.0.22" gem "capybara-shadowdom", "~> 0.3.0" # HTML or XML parsing -gem "nokogiri", "~> 1.18" +gem "nokogiri", "~> 1.19" # Useful additions gem "activesupport", "~> 7.2.3" diff --git a/Gemfile.lock b/Gemfile.lock index 47d59225d..4cc46b60c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -129,9 +129,13 @@ GEM timeout net-smtp (0.5.1) net-protocol - nokogiri (1.18.10) + nokogiri (1.19.1) mini_portile2 (~> 2.8.2) racc (~> 1.4) + nokogiri (1.19.1-aarch64-linux-gnu) + racc (~> 1.4) + nokogiri (1.19.1-x86_64-linux-gnu) + racc (~> 1.4) oj (3.16.15) bigdecimal (>= 3.0) ostruct (>= 0.2) @@ -240,7 +244,7 @@ DEPENDENCIES minitest-sprint (~> 1.3.0) multi_json (~> 1.19.1) net-smtp (~> 0.5.0) - nokogiri (~> 1.18) + nokogiri (~> 1.19) oj (~> 3.16) opensearch-ruby (~> 3.4.0) pg (~> 1.6.2)