From 9c58b3eaddf8d9bd1a76305aaa15f5fcebda153a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 22:45:03 +0000 Subject: [PATCH] Bump nokogiri from 1.13.9 to 1.16.5 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.9 to 1.16.5. - [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.16.5) --- 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..dd2efc9 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.16.5' gem 'sass' gem 'webrick' diff --git a/Gemfile.lock b/Gemfile.lock index 79bfbcb..941414f 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.6) minitest (5.17.0) - nokogiri (1.13.9) - mini_portile2 (~> 2.8.0) + nokogiri (1.16.5) + 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.7.3) rack (2.2.6.2) 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.16.5) redcarpet (~> 3.6.0) rouge (~> 3.21) sass