From 131856764edb78f4f377b2ac2e09a83177648c9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 08:54:37 +0000 Subject: [PATCH] chore(deps): bump nokogiri in the dependencies group Bumps the dependencies group with 1 update: [nokogiri](https://github.com/sparklemotion/nokogiri). Updates `nokogiri` from 1.18.9 to 1.18.10 - [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.18.10) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.18.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 227e4e118853..653405be5096 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem "faraday-retry", "2.3.2" gem "github-pages", "~> 232", group: :jekyll_plugins gem "json", "2.13.2" gem "language_server-protocol", "3.17.0.5" -gem "nokogiri", "~> 1.18.8" +gem "nokogiri", "~> 1.18.10" gem "rake", "13.3.0" gem "rubocop", "1.80.2" diff --git a/Gemfile.lock b/Gemfile.lock index b3d3c755d8a3..83db8378e0da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -260,24 +260,24 @@ GEM bigdecimal (~> 3.1) net-http (0.6.0) uri - nokogiri (1.18.9) + nokogiri (1.18.10) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.18.9-aarch64-linux-gnu) + nokogiri (1.18.10-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.18.9-aarch64-linux-musl) + nokogiri (1.18.10-aarch64-linux-musl) racc (~> 1.4) - nokogiri (1.18.9-arm-linux-gnu) + nokogiri (1.18.10-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.18.9-arm-linux-musl) + nokogiri (1.18.10-arm-linux-musl) racc (~> 1.4) - nokogiri (1.18.9-arm64-darwin) + nokogiri (1.18.10-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.9-x86_64-darwin) + nokogiri (1.18.10-x86_64-darwin) racc (~> 1.4) - nokogiri (1.18.9-x86_64-linux-gnu) + nokogiri (1.18.10-x86_64-linux-gnu) racc (~> 1.4) - nokogiri (1.18.9-x86_64-linux-musl) + nokogiri (1.18.10-x86_64-linux-musl) racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) @@ -369,7 +369,7 @@ DEPENDENCIES json (= 2.13.2) language_server-protocol (= 3.17.0.5) minitest - nokogiri (~> 1.18.8) + nokogiri (~> 1.18.10) octokit pry rake (= 13.3.0)