From 651a465445d3f9a69775a0c41d9ff8f1d95cc4a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 03:31:12 +0000 Subject: [PATCH] Bump nokogiri from 1.14.3 to 1.16.2 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.14.3 to 1.16.2. - [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.14.3...v1.16.2) --- 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 852901f..cf9e7e2 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source "https://rubygems.org" gem 'slather' gem 'xcpretty' -gem 'nokogiri', '~>1.14.3' +gem 'nokogiri', '~>1.16.2' diff --git a/Gemfile.lock b/Gemfile.lock index 965b2b0..1e19788 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,13 +13,13 @@ GEM concurrent-ruby (1.0.5) i18n (0.9.1) concurrent-ruby (~> 1.0) - mini_portile2 (2.8.1) + mini_portile2 (2.8.5) minitest (5.10.3) nanaimo (0.2.3) - nokogiri (1.14.3) - mini_portile2 (~> 2.8.0) + nokogiri (1.16.2) + mini_portile2 (~> 2.8.2) racc (~> 1.4) - racc (1.6.2) + racc (1.7.3) rouge (2.0.7) slather (2.4.2) CFPropertyList (~> 2.2) @@ -42,7 +42,7 @@ PLATFORMS ruby DEPENDENCIES - nokogiri (~> 1.14.3) + nokogiri (~> 1.16.2) slather xcpretty