From ea11500e82b774eccd62fd20d6a12cea301dc862 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 23:32:46 +0000 Subject: [PATCH] Bump nokogiri from 1.15.5 to 1.16.5 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.5 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.15.5...v1.16.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f3d1328..bfbe21f 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' gem 'github-pages', '231' gem 'jekyll', '3.9.5' -gem 'nokogiri', '1.15.5' +gem 'nokogiri', '1.16.5' group :jekyll_plugins do gem 'jekyll-feed', '0.17.0' diff --git a/Gemfile.lock b/Gemfile.lock index 058e7af..deb5ab3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -226,7 +226,7 @@ GEM mutex_m (0.2.0) net-http (0.4.1) uri - nokogiri (1.15.5) + nokogiri (1.16.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) octokit (4.25.1) @@ -295,7 +295,7 @@ DEPENDENCIES github-pages (= 231) jekyll (= 3.9.5) jekyll-feed (= 0.17.0) - nokogiri (= 1.15.5) + nokogiri (= 1.16.5) rake (= 13.2.1) rubocop (= 1.63.4) rubocop-rake (= 0.6.0)