From 9c7db8cb930a10c29cc967c9ad12c5f1fb4627f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 19:03:53 +0000 Subject: [PATCH] Bump nokogiri from 1.10.4 to 1.14.2 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.4 to 1.14.2. - [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.10.4...v1.14.2) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index d6ec76e6ffa..55cd4084c3e 100644 --- a/Gemfile +++ b/Gemfile @@ -8,5 +8,5 @@ gem 'middleman-autoprefixer', '~> 2.7' gem 'middleman-sprockets', '~> 4.1' gem 'rouge', '~> 2.0.5' gem 'redcarpet', '~> 3.4.0' -gem 'nokogiri', '~> 1.10.4' +gem 'nokogiri', '~> 1.14.2' gem 'sass' diff --git a/Gemfile.lock b/Gemfile.lock index 15e3d633504..6240410dba5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,10 +76,11 @@ GEM middleman-syntax (3.0.0) middleman-core (>= 3.2) rouge (~> 2.0) - mini_portile2 (2.4.0) + mini_portile2 (2.8.1) minitest (5.11.3) - nokogiri (1.10.4) - mini_portile2 (~> 2.4.0) + nokogiri (1.14.2) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) padrino-helpers (0.13.3.4) i18n (~> 0.6, >= 0.6.7) padrino-support (= 0.13.3.4) @@ -88,6 +89,7 @@ GEM activesupport (>= 3.1) parallel (1.17.0) public_suffix (3.1.0) + racc (1.6.2) rack (2.0.7) rake (12.3.2) rb-fsevent (0.10.3) @@ -124,7 +126,7 @@ DEPENDENCIES middleman-autoprefixer (~> 2.7) middleman-sprockets (~> 4.1) middleman-syntax (~> 3.0) - nokogiri (~> 1.10.4) + nokogiri (~> 1.14.2) redcarpet (~> 3.4.0) rouge (~> 2.0.5) sass