From 6dca2a7470e9782850929b0812460cddc90cc2fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 18:20:55 +0000 Subject: [PATCH] Bump nokogiri from 1.19.1 to 1.19.2 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.19.1 to 1.19.2. - [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.1...v1.19.2) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.19.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9b84e6c..ff76a87 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'middleman-autoprefixer', '~> 3.0.0' gem 'middleman-sprockets', '~> 4.1.1' gem 'rouge', '~> 3.30.0' gem 'redcarpet', '~> 3.6.1' -gem 'nokogiri', '~> 1.19.1' +gem 'nokogiri', '~> 1.19.2' # Lock haml https://github.com/middleman/middleman-syntax/issues/80 gem 'haml', '>= 4.0.5', '< 6.0' diff --git a/Gemfile.lock b/Gemfile.lock index 2881e58..47c8f12 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,7 +81,7 @@ GEM middleman-core (>= 3.2) rouge (~> 3.2) minitest (5.21.2) - nokogiri (1.19.1-x86_64-linux-gnu) + nokogiri (1.19.2-x86_64-linux-gnu) racc (~> 1.4) padrino-helpers (0.15.3) i18n (>= 0.6.7, < 2) @@ -131,7 +131,7 @@ DEPENDENCIES middleman-autoprefixer (~> 3.0.0) middleman-sprockets (~> 4.1.1) middleman-syntax (~> 3.4.0) - nokogiri (~> 1.19.1) + nokogiri (~> 1.19.2) redcarpet (~> 3.6.1) rouge (~> 3.30.0) sass (= 3.7.4)