From 31c39214623beaa5e1d30fd80715d83e17571f2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 23:43:54 +0000 Subject: [PATCH] chore(deps): 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 555629c5..f5791564 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'rake', '~> 13.1.0' gem 'bootsnap', '~> 1.18.3' gem 'jbuilder', '~> 2.11' gem 'jsbundling-rails' -gem 'nokogiri', '~> 1.16.2' +gem 'nokogiri', '~> 1.16.5' gem 'pg', '~> 1.5.3' gem 'puma', '~> 6.4.0' gem 'rack-cors' diff --git a/Gemfile.lock b/Gemfile.lock index aa51213c..05e1e26d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -260,7 +260,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2024.0305) mini_mime (1.1.5) - mini_portile2 (2.8.5) + mini_portile2 (2.8.6) minitest (5.22.2) msgpack (1.7.2) multi_xml (0.6.0) @@ -279,7 +279,7 @@ GEM net-smtp (0.4.0.1) net-protocol nio4r (2.7.0) - nokogiri (1.16.2) + nokogiri (1.16.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) notiffany (0.1.3) @@ -519,7 +519,7 @@ DEPENDENCIES listen (~> 3.9.0) lookbook (~> 2.2.1) meilisearch-rails (~> 0.12.0) - nokogiri (~> 1.16.2) + nokogiri (~> 1.16.5) overcommit (~> 0.63.0) pg (~> 1.5.3) puma (~> 6.4.0)