From da7f40f3b71c938fc05612397c36f04f6194365e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 20:36:52 +0000 Subject: [PATCH] Bump nokogiri from 1.15.4 to 1.19.1 in /docs Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.4 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.15.4...v1.19.1) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.19.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/Gemfile | 2 +- docs/Gemfile.lock | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/Gemfile b/docs/Gemfile index 620e29f3b0f..51cc0084bf7 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -17,7 +17,7 @@ source 'https://rubygems.org' gem 'github-pages' gem 'redcarpet' gem 'jekyll-twitter-plugin' -gem 'nokogiri', '1.15.4' +gem 'nokogiri', '1.19.1' gem 'mini_portile2', '2.8.4' gem "webrick", "~> 1.8" # By upgrading ruby to 3.x diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 9475b4a3ee8..caea2a11358 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -230,9 +230,13 @@ GEM minitest (5.25.1) net-http (0.4.1) uri - nokogiri (1.15.4) + nokogiri (1.19.1) mini_portile2 (~> 2.8.2) racc (~> 1.4) + nokogiri (1.19.1-arm64-darwin) + racc (~> 1.4) + nokogiri (1.19.1-x86_64-linux-gnu) + racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) sawyer (~> 0.9) @@ -277,7 +281,7 @@ DEPENDENCIES github-pages jekyll-twitter-plugin mini_portile2 (= 2.8.4) - nokogiri (= 1.15.4) + nokogiri (= 1.19.1) redcarpet webrick (~> 1.8)