From 3457d963d772e54d2fa3d543968f24dbd26e0764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 15:20:45 +0000 Subject: [PATCH] Bump nokogiri from 1.15.4 to 1.16.5 in /docs Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.4 to 1.16.5. - [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.16.5) --- updated-dependencies: - dependency-name: nokogiri 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..8c22836850d 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.16.5' 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..14c6fc339e5 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.16.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) + nokogiri (1.16.5-arm64-darwin) + racc (~> 1.4) + nokogiri (1.16.5-x86_64-linux) + 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.16.5) redcarpet webrick (~> 1.8)