From acf4872383a5b04882a9f81457ac3f108a3756a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 15:40:08 +0000 Subject: [PATCH] build(deps): bump sidekiq from 6.4.0 to 6.5.10 Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.4.0 to 6.5.10. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/sidekiq/sidekiq/compare/v6.4.0...v6.5.10) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 921ae793..960aaba6 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem 'prawn', '~> 2.4.0' gem 'prawn-table', '~> 0.2.2' gem 'pg_search', '~> 2.3.5' gem 'skylight', '~> 5.0' -gem 'sidekiq', '~> 6.4.0' +gem 'sidekiq', '~> 6.5.10' gem 'sidekiq-cron', '~> 1.2.0' gem 'aws-sdk-s3', '~> 1.94', require: false gem 'image_processing', '~> 1.12' diff --git a/Gemfile.lock b/Gemfile.lock index cf743614..fd70bfc8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -128,7 +128,7 @@ GEM xpath (~> 3.2) childprocess (4.1.0) concurrent-ruby (1.2.2) - connection_pool (2.2.5) + connection_pool (2.4.1) crass (1.0.6) database_cleaner (1.8.5) date (3.3.4) @@ -318,7 +318,7 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) rdiscount (2.2.7) - redis (4.5.1) + redis (4.8.1) regexp_parser (2.8.2) responders (3.0.1) actionpack (>= 5.0) @@ -382,10 +382,10 @@ GEM rubyzip (>= 1.2.2) shoulda-matchers (4.5.1) activesupport (>= 4.2.0) - sidekiq (6.4.0) - connection_pool (>= 2.2.2) + sidekiq (6.5.10) + connection_pool (>= 2.2.5, < 3) rack (~> 2.0) - redis (>= 4.2.0) + redis (>= 4.5.0, < 5) sidekiq-cron (1.2.0) fugit (~> 1.1) sidekiq (>= 4.2.1) @@ -489,7 +489,7 @@ DEPENDENCIES select2-rails (~> 4.0.13) selenium-webdriver (~> 4.1.0) shoulda-matchers (~> 4.4) - sidekiq (~> 6.4.0) + sidekiq (~> 6.5.10) sidekiq-cron (~> 1.2.0) simple_form (~> 5.0.2) simplecov (~> 0.22)