Skip to content
This repository was archived by the owner on Feb 4, 2026. It is now read-only.

Commit a244358

Browse files
Bump sidekiq from 6.5.12 to 7.3.9
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.5.12 to 7.3.9. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](sidekiq/sidekiq@v6.5.12...v7.3.9) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9a60ee2 commit a244358

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ gem 'simple_form'
4444
gem 'rack-cors'
4545
gem 'dalli'
4646

47-
gem 'sidekiq', '<7'
47+
gem 'sidekiq', '<8'
4848

4949
gem 'google-protobuf'
5050
gem 'ostruct'

Gemfile.lock

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,8 @@ GEM
348348
ffi (~> 1.0)
349349
rdoc (6.11.0)
350350
psych (>= 4.0.0)
351-
redis (4.8.1)
351+
redis-client (0.23.2)
352+
connection_pool
352353
reline (0.6.0)
353354
io-console (~> 0.5)
354355
request_store (1.7.0)
@@ -374,10 +375,12 @@ GEM
374375
shoulda-context (2.0.0)
375376
shoulda-matchers (4.5.1)
376377
activesupport (>= 4.2.0)
377-
sidekiq (6.5.12)
378-
connection_pool (>= 2.2.5, < 3)
379-
rack (~> 2.0)
380-
redis (>= 4.5.0, < 5)
378+
sidekiq (7.3.9)
379+
base64
380+
connection_pool (>= 2.3.0)
381+
logger
382+
rack (>= 2.2.4)
383+
redis-client (>= 0.22.2)
381384
simple_form (5.3.1)
382385
actionpack (>= 5.2)
383386
activemodel (>= 5.2)
@@ -476,7 +479,7 @@ DEPENDENCIES
476479
semantic!
477480
semantic_range (= 2.3.1)
478481
shoulda
479-
sidekiq (< 7)
482+
sidekiq (< 8)
480483
simple_form
481484
spdx (= 2.0.10)
482485
sprockets-rails

0 commit comments

Comments
 (0)