From adaf5b4240f0b7386e35952e9075ccdedd8bdc5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 11:54:10 +0000 Subject: [PATCH] Bump nokogiri from 1.16.4 to 1.16.5 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.4 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.4...v1.16.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index fedc9b7c8e..b356ffc64b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'rspec' gem 'rake' -gem 'nokogiri', '1.16.4' +gem 'nokogiri', '1.16.5' gem 'activesupport' gem 'bosh-template' diff --git a/Gemfile.lock b/Gemfile.lock index ba287851b1..76ff1813cf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,7 +18,7 @@ GEM method_source (1.1.0) mini_portile2 (2.8.6) minitest (5.22.3) - nokogiri (1.16.4) + nokogiri (1.16.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) pry (0.14.2) @@ -27,7 +27,7 @@ GEM pry-byebug (3.10.1) byebug (~> 11.0) pry (>= 0.13, < 0.15) - racc (1.7.3) + racc (1.8.0) rake (13.2.1) rspec (3.13.0) rspec-core (~> 3.13.0) @@ -53,7 +53,7 @@ PLATFORMS DEPENDENCIES activesupport bosh-template - nokogiri (= 1.16.4) + nokogiri (= 1.16.5) pry-byebug rake rspec