From c7728bbcf9e1632929ee82de59f62e3473b236dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 15:31:39 +0000 Subject: [PATCH] chore(deps): bump nokogiri from 1.15.7 to 1.19.3 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.7 to 1.19.3. - [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.7...v1.19.3) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.19.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 7de00907..f0823931 100644 --- a/Gemfile +++ b/Gemfile @@ -6,4 +6,4 @@ gemspec # Keep development bundle compatible with both Ruby 2.7 CI and newer local Rubies. # Nokogiri 1.19+ requires Ruby 3.2+, which breaks the repo's Ruby 2.7 matrix. -gem "nokogiri", "~> 1.15.7" +gem "nokogiri", "~> 1.19.3" diff --git a/Gemfile.lock b/Gemfile.lock index ef0305ae..a3b122eb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -172,14 +172,14 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.3) - nokogiri (1.15.7) + nokogiri (1.19.3) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.15.7-arm64-darwin) + nokogiri (1.19.3-arm64-darwin) racc (~> 1.4) - nokogiri (1.15.7-x86_64-darwin) + nokogiri (1.19.3-x86_64-darwin) racc (~> 1.4) - nokogiri (1.15.7-x86_64-linux) + nokogiri (1.19.3-x86_64-linux-gnu) racc (~> 1.4) notiffany (0.1.3) nenv (~> 0.1) @@ -276,7 +276,7 @@ DEPENDENCIES jbuilder listen (~> 3.0.0) minitest-retry - nokogiri (~> 1.15.7) + nokogiri (~> 1.19.3) package_json pry-byebug (~> 3.8.0) rails (~> 7.0.7, >= 7.0.7.2)