From 502f8ad5a6dd15e8cc55c76472b0d9f765c770b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 13:44:22 +0000 Subject: [PATCH] chore(deps): bump nokogiri from 1.19.3 to 1.19.4 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.19.3 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.19.3...v1.19.4) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.19.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 277680475fd..4987c7788f4 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem "faraday-retry", "2.4.0" gem "github-pages", "~> 232", group: :jekyll_plugins gem "json", "2.19.9" gem "language_server-protocol", "3.17.0.5" -gem "nokogiri", "~> 1.19.3" +gem "nokogiri", "~> 1.19.4" gem "rake", "13.4.2" gem "rubocop", "1.87.0" diff --git a/Gemfile.lock b/Gemfile.lock index 3d952de2f4f..ebd9bcffac1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -263,24 +263,24 @@ GEM bigdecimal (>= 3.1, < 5) net-http (0.9.1) uri (>= 0.11.1) - nokogiri (1.19.3) + nokogiri (1.19.4) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.19.3-aarch64-linux-gnu) + nokogiri (1.19.4-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.3-aarch64-linux-musl) + nokogiri (1.19.4-aarch64-linux-musl) racc (~> 1.4) - nokogiri (1.19.3-arm-linux-gnu) + nokogiri (1.19.4-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.19.3-arm-linux-musl) + nokogiri (1.19.4-arm-linux-musl) racc (~> 1.4) - nokogiri (1.19.3-arm64-darwin) + nokogiri (1.19.4-arm64-darwin) racc (~> 1.4) - nokogiri (1.19.3-x86_64-darwin) + nokogiri (1.19.4-x86_64-darwin) racc (~> 1.4) - nokogiri (1.19.3-x86_64-linux-gnu) + nokogiri (1.19.4-x86_64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.3-x86_64-linux-musl) + nokogiri (1.19.4-x86_64-linux-musl) racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) @@ -375,7 +375,7 @@ DEPENDENCIES json (= 2.19.9) language_server-protocol (= 3.17.0.5) minitest - nokogiri (~> 1.19.3) + nokogiri (~> 1.19.4) octokit pry rake (= 13.4.2)