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

Commit e1e8097

Browse files
Bump sidekiq from 6.5.12 to 7.3.8
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.5.12 to 7.3.8. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](sidekiq/sidekiq@v6.5.12...v7.3.8) --- 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 75a6541 commit e1e8097

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
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: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ GEM
121121
highline (~> 3.0.0)
122122
commonmarker (0.23.10)
123123
concurrent-ruby (1.3.4)
124-
connection_pool (2.4.1)
124+
connection_pool (2.5.0)
125125
counter_culture (3.8.2)
126126
activerecord (>= 4.2)
127127
activesupport (>= 4.2)
@@ -344,7 +344,8 @@ GEM
344344
ffi (~> 1.0)
345345
rdoc (6.10.0)
346346
psych (>= 4.0.0)
347-
redis (4.8.1)
347+
redis-client (0.23.2)
348+
connection_pool
348349
reline (0.6.0)
349350
io-console (~> 0.5)
350351
request_store (1.7.0)
@@ -370,10 +371,12 @@ GEM
370371
shoulda-context (2.0.0)
371372
shoulda-matchers (4.5.1)
372373
activesupport (>= 4.2.0)
373-
sidekiq (6.5.12)
374-
connection_pool (>= 2.2.5, < 3)
375-
rack (~> 2.0)
376-
redis (>= 4.5.0, < 5)
374+
sidekiq (7.3.8)
375+
base64
376+
connection_pool (>= 2.3.0)
377+
logger
378+
rack (>= 2.2.4)
379+
redis-client (>= 0.22.2)
377380
simple_form (5.3.1)
378381
actionpack (>= 5.2)
379382
activemodel (>= 5.2)
@@ -471,7 +474,7 @@ DEPENDENCIES
471474
semantic!
472475
semantic_range (= 2.3.1)
473476
shoulda
474-
sidekiq (< 7)
477+
sidekiq (< 8)
475478
simple_form
476479
spdx (= 2.0.10)
477480
sprockets-rails

0 commit comments

Comments
 (0)