From a7d2ade260df7157dcb5c2b911d8927a792abe63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 18:12:33 +0000 Subject: [PATCH] Bump nokogiri from 1.14.3 to 1.16.2 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.14.3 to 1.16.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.14.3...v1.16.2) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index f7a77e9..9bac747 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source "https://rubygems.org" git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } gem "jekyll", "~> 4.3.1" -gem "nokogiri", "~> 1.14" +gem "nokogiri", "~> 1.16" gem "html-proofer", "~> 3.19", ">= 3.19.4" gem "jekyll-redirect-from", ">= 0.16.0" gem "kramdown-parser-gfm", ">= 1.1.0" diff --git a/Gemfile.lock b/Gemfile.lock index 934cd0d..aa5058e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -60,19 +60,19 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) - mini_portile2 (2.8.1) - nokogiri (1.14.3) - mini_portile2 (~> 2.8.0) + mini_portile2 (2.8.5) + nokogiri (1.16.2) + mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.14.3-x86_64-darwin) + nokogiri (1.16.2-x86_64-darwin) racc (~> 1.4) - nokogiri (1.14.3-x86_64-linux) + nokogiri (1.16.2-x86_64-linux) racc (~> 1.4) parallel (1.22.1) pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (5.0.1) - racc (1.6.2) + racc (1.7.3) rainbow (3.1.1) rake (13.0.6) rb-fsevent (0.11.2) @@ -107,7 +107,7 @@ DEPENDENCIES jekyll-redirect-from (>= 0.16.0) jekyll-sitemap (>= 1.4.0) kramdown-parser-gfm (>= 1.1.0) - nokogiri (~> 1.14) + nokogiri (~> 1.16) BUNDLED WITH 2.4.2