From 2c93a5038dd76b11f018f5dd2ec09a5691480cb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 11:05:37 +0000 Subject: [PATCH] build(deps): bump sidekiq from 6.5.9 to 7.2.0 Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.5.9 to 7.2.0. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/sidekiq/sidekiq/compare/v6.5.9...v7.2.0) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index d55355ca7..393e4af20 100644 --- a/Gemfile +++ b/Gemfile @@ -51,7 +51,7 @@ gem "redis-namespace" gem "redis-rails" gem "rollbar" gem "scenic" -gem "sidekiq", "~> 6.4" +gem "sidekiq", "~> 7.2" gem "sidekiq-cron", "~> 1.10" gem "simple_xlsx_reader" gem "slack-notifier" diff --git a/Gemfile.lock b/Gemfile.lock index 9556731af..3e48df97b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -516,6 +516,8 @@ GEM redis-activesupport (5.3.0) activesupport (>= 3, < 8) redis-store (>= 1.3, < 2) + redis-client (0.18.0) + connection_pool redis-namespace (1.11.0) redis (>= 4) redis-rack (2.1.4) @@ -603,10 +605,11 @@ GEM websocket (~> 1.0) shoulda-matchers (5.3.0) activesupport (>= 5.2.0) - sidekiq (6.5.12) - connection_pool (>= 2.2.5, < 3) - rack (~> 2.0) - redis (>= 4.5.0, < 5) + sidekiq (7.2.0) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.14.0) sidekiq-cron (1.10.1) fugit (~> 1.8) globalid (>= 1.0.1) @@ -775,7 +778,7 @@ DEPENDENCIES scenic selenium-webdriver shoulda-matchers - sidekiq (~> 6.4) + sidekiq (~> 7.2) sidekiq-cron (~> 1.10) simple_xlsx_reader simplecov