From 431afefa1a6b44d18066ccc40fcb655368b316b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 07:01:44 +0000 Subject: [PATCH] Bump nokogiri from 1.15.4 to 1.19.4 in /docs/0.12.1 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.4 to 1.19.4. - [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.4) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.19.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/0.12.1/Gemfile | 2 +- docs/0.12.1/Gemfile.lock | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/0.12.1/Gemfile b/docs/0.12.1/Gemfile index 0ba77c80b..de6ec3661 100644 --- a/docs/0.12.1/Gemfile +++ b/docs/0.12.1/Gemfile @@ -17,7 +17,7 @@ source 'http://rubygems.org' gem 'github-pages' gem 'redcarpet' gem 'jekyll-twitter-plugin' -gem 'nokogiri', '1.15.4' +gem 'nokogiri', '1.19.4' gem 'mini_portile2', '2.8.4' gem "webrick", "~> 1.8" # By upgrading ruby to 3.x diff --git a/docs/0.12.1/Gemfile.lock b/docs/0.12.1/Gemfile.lock index d0251dfa5..aefefaf0e 100644 --- a/docs/0.12.1/Gemfile.lock +++ b/docs/0.12.1/Gemfile.lock @@ -230,9 +230,13 @@ GEM minitest (5.25.1) net-http (0.4.1) uri - nokogiri (1.15.4) + nokogiri (1.19.4) mini_portile2 (~> 2.8.2) racc (~> 1.4) + nokogiri (1.19.4-arm64-darwin) + racc (~> 1.4) + nokogiri (1.19.4-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.4) redcarpet webrick (~> 1.8)