From c8dbcd5748b919e309a7e09c58edad7ac629125f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 11:17:13 +0200 Subject: [PATCH] Bump nokogiri from 1.15.4 to 1.15.6 (#17) Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.4 to 1.15.6. - [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.15.4...v1.15.6) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 21718ccc..b9dbd9e7 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'importmap-rails', '~> 1.1.5' gem 'interactor', '~> 3.1.2' gem 'jbuilder', '~> 2.11.5' gem 'jquery-rails', '~> 4.5.1' -gem 'nokogiri', '~> 1.15.4' +gem 'nokogiri', '~> 1.15.6' gem 'overcommit', '~> 0.60.0' gem 'pagy', '~> 6.0' gem 'pg', '~> 1.4.5' diff --git a/Gemfile.lock b/Gemfile.lock index f74071a5..0ebcf4c8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -205,7 +205,7 @@ GEM net-smtp (0.4.0.1) net-protocol nio4r (2.7.1) - nokogiri (1.15.4-x86_64-linux) + nokogiri (1.15.6-x86_64-linux) racc (~> 1.4) notiffany (0.1.3) nenv (~> 0.1) @@ -428,7 +428,7 @@ DEPENDENCIES interactor (~> 3.1.2) jbuilder (~> 2.11.5) jquery-rails (~> 4.5.1) - nokogiri (~> 1.15.4) + nokogiri (~> 1.15.6) overcommit (~> 0.60.0) pagy (~> 6.0) pg (~> 1.4.5)