From 4c8e1103bc98e9805397172665bdbac7c682a8dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 00:46:11 +0000 Subject: [PATCH] chore(deps): bump nokogiri in the bundler group across 1 directory Bumps the bundler group with 1 update in the / directory: [nokogiri](https://github.com/sparklemotion/nokogiri). Updates `nokogiri` from 1.18.9 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.9...v1.19.1) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.19.1 dependency-type: direct:production dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index cd717407c2d..7763ff6b338 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem "jekyll-include-cache", "~> 0.2.1" gem "execjs", "~> 2.9" -gem "nokogiri", "~> 1.18" +gem "nokogiri", "~> 1.19" gem "tzinfo", "~> 2.0" diff --git a/Gemfile.lock b/Gemfile.lock index ea579caba53..087d3400a32 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,12 +68,12 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) mini_portile2 (2.8.9) - nokogiri (1.18.9) + nokogiri (1.19.1) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.18.9-x64-mingw-ucrt) + nokogiri (1.19.1-x64-mingw-ucrt) racc (~> 1.4) - nokogiri (1.18.9-x86_64-linux-gnu) + nokogiri (1.19.1-x86_64-linux-gnu) racc (~> 1.4) pathutil (0.16.2) forwardable-extended (~> 2.6) @@ -117,7 +117,7 @@ DEPENDENCIES jekyll-seo-tag jekyll-sitemap kramdown-parser-gfm - nokogiri (~> 1.18) + nokogiri (~> 1.19) tzinfo (~> 2.0) tzinfo-data (~> 1.2024) webrick (~> 1.8)