From c5a4d113221e0184a4209ca0c83ecb73f57140b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 03:53:23 +0000 Subject: [PATCH] chore(deps): bump sidekiq from 7.3.10 to 8.1.3 Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 7.3.10 to 8.1.3. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/sidekiq/sidekiq/compare/v7.3.10...v8.1.3) --- updated-dependencies: - dependency-name: sidekiq dependency-version: 8.1.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index a348d1ede9f..1452d6af553 100644 --- a/Gemfile +++ b/Gemfile @@ -168,7 +168,7 @@ group :production do gem 'fog-aws', '>= 3.19' gem 'flamegraph' gem 'stackprof' - gem 'sidekiq', '~> 7.3.10' + gem 'sidekiq', '~> 8.1.3' gem 'sidekiq-cron' gem 'rollbar', '>= 1.5.3' diff --git a/Gemfile.lock b/Gemfile.lock index 2714d14fbee..c3d1f475e1f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -197,7 +197,7 @@ GEM childprocess (5.1.0) logger (~> 1.5) concurrent-ruby (1.3.6) - connection_pool (2.5.5) + connection_pool (3.0.2) consistency_fail (0.3.7) crass (1.0.6) cronex (0.15.0) @@ -528,7 +528,7 @@ GEM redis-activesupport (5.3.0) activesupport (>= 3, < 8) redis-store (>= 1.3, < 2) - redis-client (0.28.0) + redis-client (0.29.0) connection_pool redis-rack (3.0.0) rack-session (>= 0.2.0) @@ -628,12 +628,12 @@ GEM should_not (1.1.0) shoulda-matchers (7.0.1) activesupport (>= 7.1) - sidekiq (7.3.10) - base64 - connection_pool (>= 2.3.0, < 3) - logger - rack (>= 2.2.4, < 3.3) - redis-client (>= 0.23.0, < 1) + sidekiq (8.1.3) + connection_pool (>= 3.0.0) + json (>= 2.16.0) + logger (>= 1.7.0) + rack (>= 3.2.0) + redis-client (>= 0.26.0) sidekiq-cron (2.2.0) cronex (>= 0.13.0) fugit (~> 1.8, >= 1.11.1) @@ -791,7 +791,7 @@ DEPENDENCIES settings_on_rails! should_not shoulda-matchers - sidekiq (~> 7.3.10) + sidekiq (~> 8.1.3) sidekiq-cron simplecov simplecov-lcov (>= 0.8.0)