From 81d076a05cf7e9efcd3a4c358461d6a87c8d9617 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 19:01:58 +0000 Subject: [PATCH] Bump nokogiri from 1.19.2 to 1.19.3 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.19.2 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.19.2...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 | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 4096388..29ed012 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "bridgetown-seo-tag", "~> 7.0" gem "sass-embedded", "~> 1.0", require: false # HTML parsing + markdown conversion for the markdown_for_agents builder. -gem "nokogiri", "~> 1.13" +gem "nokogiri", "~> 1.19" gem "reverse_markdown", "~> 3.0" gem "htmlcompressor", "~> 0.4" diff --git a/Gemfile.lock b/Gemfile.lock index 3f106e6..d49ce9f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -144,24 +144,24 @@ GEM net-http (0.9.1) uri (>= 0.11.1) nio4r (2.7.5) - nokogiri (1.19.2) + nokogiri (1.19.3) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.19.2-aarch64-linux-gnu) + nokogiri (1.19.3-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.2-aarch64-linux-musl) + nokogiri (1.19.3-aarch64-linux-musl) racc (~> 1.4) - nokogiri (1.19.2-arm-linux-gnu) + nokogiri (1.19.3-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.19.2-arm-linux-musl) + nokogiri (1.19.3-arm-linux-musl) racc (~> 1.4) - nokogiri (1.19.2-arm64-darwin) + nokogiri (1.19.3-arm64-darwin) racc (~> 1.4) - nokogiri (1.19.2-x86_64-darwin) + nokogiri (1.19.3-x86_64-darwin) racc (~> 1.4) - nokogiri (1.19.2-x86_64-linux-gnu) + nokogiri (1.19.3-x86_64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.2-x86_64-linux-musl) + nokogiri (1.19.3-x86_64-linux-musl) racc (~> 1.4) pp (0.6.3) prettyprint @@ -279,7 +279,7 @@ DEPENDENCIES bridgetown-seo-tag (~> 7.0) bridgetown-sitemap (~> 3.0) htmlcompressor (~> 0.4) - nokogiri (~> 1.13) + nokogiri (~> 1.19) puma (~> 6.0) reverse_markdown (~> 3.0) sass-embedded (~> 1.0)