From 226cca0dbd9dcdabd37be17ebffb3875f2deed83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 23:22:14 +0000 Subject: [PATCH] Bump nokogiri from 1.13.6 to 1.15.6 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.6 to 1.15.6. - [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.15.6) --- 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..be336b2 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.15.6" gem "html-proofer" diff --git a/Gemfile.lock b/Gemfile.lock index 40ac61f..e613118 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.5) 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.15.6) + 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.15.6) BUNDLED WITH 1.16.1