From c07d8ed2154b3888cd65173dd5728ceb836843dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 14:06:49 +0000 Subject: [PATCH] Bump sidekiq from 6.5.8 to 6.5.10 Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.5.8 to 6.5.10. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/sidekiq/sidekiq/compare/v6.5.8...v6.5.10) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 2410d75..1a70c9a 100644 --- a/Gemfile +++ b/Gemfile @@ -47,7 +47,7 @@ end gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby] gem 'name_of_person', '~> 1.1', '>= 1.1.1' -gem 'sidekiq', '~> 6.4' +gem 'sidekiq', '~> 6.5' gem 'vite_rails', '~> 3.0.10' gem 'nokogiri', '>= 1.13.6' diff --git a/Gemfile.lock b/Gemfile.lock index 9927df1..1cc2b4b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,7 +83,7 @@ GEM xpath (~> 3.2) chunky_png (1.4.0) concurrent-ruby (1.2.2) - connection_pool (2.4.0) + connection_pool (2.4.1) crass (1.0.6) date (3.3.3) diff-lcs (1.5.0) @@ -144,7 +144,7 @@ GEM puma (4.3.12) nio4r (~> 2.0) racc (1.7.1) - rack (2.2.7) + rack (2.2.8) rack-proxy (0.7.6) rack rack-test (2.1.0) @@ -200,7 +200,7 @@ GEM rspec-mocks (~> 3.12) rspec-support (~> 3.12) rspec-support (3.12.1) - sidekiq (6.5.8) + sidekiq (6.5.10) connection_pool (>= 2.2.5, < 3) rack (~> 2.0) redis (>= 4.5.0, < 5) @@ -252,7 +252,7 @@ DEPENDENCIES rails (~> 7.0, >= 7.0.6) redis (~> 4.0) rspec-rails (~> 6.0.0) - sidekiq (~> 6.4) + sidekiq (~> 6.5) spring spring-watcher-listen (~> 2.0.0) sqlite3 (~> 1.4)