From fde212fb06a10e265777cdbcbfbccfa7c773db08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 22:31:05 +0000 Subject: [PATCH] Bump nokogiri from 1.13.9 to 1.18.4 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.9 to 1.18.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.13.9...v1.18.4) --- updated-dependencies: - dependency-name: nokogiri 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 f2e8441..41db1d6 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.6.0' -gem 'nokogiri', '~> 1.13.3' +gem 'nokogiri', '~> 1.18.4' gem 'sass' gem 'webrick' diff --git a/Gemfile.lock b/Gemfile.lock index 6569b88..8e55ce6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,10 +80,10 @@ GEM middleman-syntax (3.3.0) middleman-core (>= 3.2) rouge (~> 3.2) - mini_portile2 (2.8.0) + mini_portile2 (2.8.8) minitest (5.17.0) - nokogiri (1.13.9) - mini_portile2 (~> 2.8.0) + nokogiri (1.18.4) + mini_portile2 (~> 2.8.2) racc (~> 1.4) padrino-helpers (0.15.2) i18n (>= 0.6.7, < 2) @@ -93,7 +93,7 @@ GEM parallel (1.22.1) parslet (2.0.0) public_suffix (5.0.1) - racc (1.6.0) + racc (1.8.1) rack (2.2.8.1) rb-fsevent (0.11.2) rb-inotify (0.10.1) @@ -132,7 +132,7 @@ DEPENDENCIES middleman-autoprefixer (~> 3.0) middleman-sprockets (~> 4.1) middleman-syntax (~> 3.2) - nokogiri (~> 1.13.3) + nokogiri (~> 1.18.4) redcarpet (~> 3.6.0) rouge (~> 3.21) sass