From 880c3c3c00728758c43433a05e48e128792f134c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 23:38:15 +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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index cf9e7e2..d19b20d 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source "https://rubygems.org" gem 'slather' gem 'xcpretty' -gem 'nokogiri', '~>1.16.2' +gem 'nokogiri', '~>1.16.5' diff --git a/Gemfile.lock b/Gemfile.lock index c15f535..c1709a5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,10 +14,10 @@ GEM concurrent-ruby (1.1.5) i18n (0.9.5) concurrent-ruby (~> 1.0) - mini_portile2 (2.8.5) + mini_portile2 (2.8.6) minitest (5.12.0) nanaimo (0.2.6) - nokogiri (1.16.2) + nokogiri (1.16.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) racc (1.7.3) @@ -44,7 +44,7 @@ PLATFORMS ruby DEPENDENCIES - nokogiri (~> 1.16.2) + nokogiri (~> 1.16.5) slather xcpretty