From 3eb068d090285ea10d213e93af1c8d9822cfa68d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 04:13:10 +0000 Subject: [PATCH] Bump nokogiri from 1.16.5 to 1.18.8 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.5 to 1.18.8. - [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.16.5...v1.18.8) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.18.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 2bc6fa0..c5f9f49 100644 --- a/Gemfile +++ b/Gemfile @@ -8,6 +8,6 @@ gem 'middleman-autoprefixer', '~> 3.0' gem 'middleman-sprockets', '~> 4.1' gem 'rouge', '~> 3.21' gem 'redcarpet', '~> 3.5.0' -gem 'nokogiri', '~> 1.16.5' +gem 'nokogiri', '~> 1.18.8' gem 'sass' gem 'webrick' diff --git a/Gemfile.lock b/Gemfile.lock index 8a9987f..65c0b71 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,9 +80,9 @@ GEM middleman-syntax (3.2.0) middleman-core (>= 3.2) rouge (~> 3.2) - mini_portile2 (2.8.7) + mini_portile2 (2.8.8) minitest (5.19.0) - nokogiri (1.16.5) + nokogiri (1.18.8) mini_portile2 (~> 2.8.2) racc (~> 1.4) padrino-helpers (0.15.1) @@ -132,7 +132,7 @@ DEPENDENCIES middleman-autoprefixer (~> 3.0) middleman-sprockets (~> 4.1) middleman-syntax (~> 3.2) - nokogiri (~> 1.16.5) + nokogiri (~> 1.18.8) redcarpet (~> 3.5.0) rouge (~> 3.21) sass