From 653613145f2aacd583b214329dbf5f3014ac4d0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 23:51:24 +0000 Subject: [PATCH] Bump nokogiri from 1.15.5 to 1.16.0 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.5 to 1.16.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.15.5...v1.16.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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 3b7916be6..837ac52da 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ end # Performance-booster for watching directories on Windows gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform? -gem "nokogiri", "~> 1.15" +gem "nokogiri", "~> 1.16" # So we can add custom element templates gem 'slim', '~> 5.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 8de9a5723..b61d4c87f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,7 +57,7 @@ GEM jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) - nokogiri (1.15.5) + nokogiri (1.16.0) mini_portile2 (~> 2.8.2) racc (~> 1.4) pathutil (0.16.2) @@ -98,7 +98,7 @@ DEPENDENCIES jekyll-asciidoc jekyll-feed (~> 0.17) minima (~> 2.0) - nokogiri (~> 1.15) + nokogiri (~> 1.16) slim (~> 5.2.0) thread_safe (~> 0.3.5) tzinfo (~> 2.0)