From c1d05f33d7c99b4ceceb0fa7255d591e68141587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 23:43:50 +0000 Subject: [PATCH] Bump nokogiri from 1.16.2 to 1.16.5 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.2 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.16.2...v1.16.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index f20e18210..5e0a99021 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" gem 'jekyll', '~> 4.3', '>= 4.3.3' -gem 'nokogiri', '~> 1.16.2' +gem 'nokogiri', '~> 1.16.5' group :jekyll_plugins do gem 'algoliasearch-jekyll', '~> 0.8.0' end diff --git a/Gemfile.lock b/Gemfile.lock index f8e5b14b9..85a4070d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -28,6 +28,8 @@ GEM ffi (1.16.3) forwardable-extended (2.6.0) google-protobuf (3.25.3) + google-protobuf (3.25.3-x86_64-darwin) + google-protobuf (3.25.3-x86_64-linux) http_parser.rb (0.8.0) httpclient (2.8.3) i18n (1.14.1) @@ -67,10 +69,14 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) - mini_portile2 (2.8.5) - nokogiri (1.16.2) + mini_portile2 (2.8.6) + nokogiri (1.16.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) + nokogiri (1.16.5-x86_64-darwin) + racc (~> 1.4) + nokogiri (1.16.5-x86_64-linux) + racc (~> 1.4) pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (5.0.4) @@ -111,7 +117,7 @@ DEPENDENCIES jekyll-sitemap jekyll-target-blank kramdown-parser-gfm - nokogiri (~> 1.16.2) + nokogiri (~> 1.16.5) webrick (~> 1.7) BUNDLED WITH