From 5f8f011e237c0ee7c93ab3ee7e21e68f9666d0a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 09:43:48 +0000 Subject: [PATCH] chore(deps): bump nokogiri from 1.8.2 to 1.15.4 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.2 to 1.15.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.8.2...v1.15.4) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 79d41fff6dd..456a7690b02 100644 --- a/Gemfile +++ b/Gemfile @@ -8,4 +8,4 @@ gem 'middleman-autoprefixer', '~> 2.7.0' gem 'middleman-sprockets', '~> 4.1.0' gem 'rouge', '~> 2.0.5' gem 'redcarpet', '~> 3.4.0' -gem 'nokogiri', '~> 1.8.2' +gem 'nokogiri', '~> 1.15.4' diff --git a/Gemfile.lock b/Gemfile.lock index d4f23562054..e58f221909c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,10 +79,11 @@ GEM middleman-syntax (3.0.0) middleman-core (>= 3.2) rouge (~> 2.0) - mini_portile2 (2.3.0) + mini_portile2 (2.8.4) minitest (5.10.1) - nokogiri (1.8.2) - mini_portile2 (~> 2.3.0) + nokogiri (1.15.4) + mini_portile2 (~> 2.8.2) + racc (~> 1.4) padrino-helpers (0.13.3.3) i18n (~> 0.6, >= 0.6.7) padrino-support (= 0.13.3.3) @@ -91,6 +92,7 @@ GEM activesupport (>= 3.1) parallel (1.10.0) public_suffix (2.0.5) + racc (1.7.1) rack (2.0.5) rb-fsevent (0.9.8) rb-inotify (0.9.8) @@ -118,7 +120,7 @@ DEPENDENCIES middleman-autoprefixer (~> 2.7.0) middleman-sprockets (~> 4.1.0) middleman-syntax (~> 3.0.0) - nokogiri (~> 1.8.2) + nokogiri (~> 1.15.4) redcarpet (~> 3.4.0) rouge (~> 2.0.5)