From 3774692c460ff6f70e3c52d95fef3a5bd10abd96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 06:14:13 +0000 Subject: [PATCH] Bump nokogiri from 1.10.4 to 1.14.0 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.4 to 1.14.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.10.4...v1.14.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 | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 2f27c87fa727..525a08e096d8 100644 --- a/Gemfile +++ b/Gemfile @@ -19,4 +19,4 @@ group :jekyll_plugins do end gem 'sinatra', '2.0.7' -gem 'nokogiri', '1.10.4' +gem 'nokogiri', '1.14.0' diff --git a/Gemfile.lock b/Gemfile.lock index baa5809420aa..518a9142abf0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -67,14 +67,16 @@ GEM rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) mercenary (0.3.6) - mini_portile2 (2.4.0) + mini_portile2 (2.8.1) multi_json (1.13.1) mustermann (1.0.3) - nokogiri (1.10.4) - mini_portile2 (~> 2.4.0) + nokogiri (1.14.0) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (4.0.1) + racc (1.6.2) rack (2.0.7) rack-protection (2.0.7) rack @@ -114,7 +116,7 @@ DEPENDENCIES jekyll-redirect-from (= 0.15.0) jekyll-sitemap (= 1.3.1) jekyll-time-to-read (= 0.1.2) - nokogiri (= 1.10.4) + nokogiri (= 1.14.0) rake (= 12.3.3) sass-globbing (= 1.1.5) sinatra (= 2.0.7)