From f632b75c61d3b386da2695868964c64a52303452 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 18:27:06 +0000 Subject: [PATCH] Bump nokogiri from 1.16.7 to 1.17.0 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.7 to 1.17.0. - [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.7...v1.17.0) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 2292b9d..6cdf711 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.0' -gem 'nokogiri', '~> 1.16.7' +gem 'nokogiri', '~> 1.17.0' # 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 cfcece1..b8a3368 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.16.7-x86_64-linux) + nokogiri (1.17.0-x86_64-linux) racc (~> 1.4) padrino-helpers (0.15.3) i18n (>= 0.6.7, < 2) @@ -91,7 +91,7 @@ GEM parallel (1.24.0) parslet (2.0.0) public_suffix (5.0.4) - racc (1.8.0) + racc (1.8.1) rack (2.2.9) rb-fsevent (0.11.2) rb-inotify (0.10.1) @@ -131,7 +131,7 @@ DEPENDENCIES middleman-autoprefixer (~> 3.0.0) middleman-sprockets (~> 4.1.1) middleman-syntax (~> 3.4.0) - nokogiri (~> 1.16.7) + nokogiri (~> 1.17.0) redcarpet (~> 3.6.0) rouge (~> 3.30.0) sass (= 3.7.4)