From 3f644d42716f3878aec3eb7b1ff2d592b05285b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 22:15:57 +0000 Subject: [PATCH] Bump nokogiri from 1.13.6 to 1.16.5 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.6 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.6...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 a058b47..71f5bf5 100644 --- a/Gemfile +++ b/Gemfile @@ -2,6 +2,6 @@ source "https://rubygems.org" gem "github-pages", group: :jekyll_plugins gem "jekyll-include-cache", "~> 0.1" -gem "nokogiri", "1.13.6" +gem "nokogiri", "1.16.5" gem "html-proofer" diff --git a/Gemfile.lock b/Gemfile.lock index 40ac61f..c6ac941 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -200,14 +200,14 @@ GEM rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9.7) mercenary (0.3.6) - mini_portile2 (2.8.0) + mini_portile2 (2.8.6) minima (2.1.1) jekyll (~> 3.3) minitest (5.10.3) multipart-post (2.1.1) net-dns (0.9.0) - nokogiri (1.13.6) - mini_portile2 (~> 2.8.0) + nokogiri (1.16.5) + mini_portile2 (~> 2.8.2) racc (~> 1.4) octokit (4.21.0) faraday (>= 0.9) @@ -216,7 +216,7 @@ GEM pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (2.0.5) - racc (1.6.0) + racc (1.7.3) rb-fsevent (0.11.0) rb-inotify (0.10.1) ffi (~> 1.0) @@ -248,7 +248,7 @@ DEPENDENCIES github-pages html-proofer jekyll-include-cache (~> 0.1) - nokogiri (= 1.13.6) + nokogiri (= 1.16.5) BUNDLED WITH 1.16.1