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

Commit 029ffeb

Browse files
Bump sidekiq from 6.5.12 to 8.0.5
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.5.12 to 8.0.5. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](sidekiq/sidekiq@v6.5.12...v8.0.5) --- updated-dependencies: - dependency-name: sidekiq dependency-version: 8.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8c70102 commit 029ffeb

File tree

2 files changed

+20
-16
lines changed

2 files changed

+20
-16
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', '<9'
4848

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

Gemfile.lock

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ GEM
199199
rails-dom-testing (>= 1, < 3)
200200
railties (>= 4.2.0)
201201
thor (>= 0.14, < 2.0)
202+
json (2.12.2)
202203
jwt (2.10.1)
203204
base64
204205
librariesio-gem-parser (1.0.0)
@@ -301,19 +302,20 @@ GEM
301302
get_process_mem (>= 0.2)
302303
puma (>= 2.7)
303304
racc (1.8.1)
304-
rack (2.2.17)
305+
rack (3.1.16)
305306
rack-cors (2.0.2)
306307
rack (>= 2.0.0)
307-
rack-protection (3.2.0)
308+
rack-protection (4.1.1)
308309
base64 (>= 0.1.0)
309-
rack (~> 2.2, >= 2.2.4)
310-
rack-session (1.0.2)
311-
rack (< 3)
310+
logger (>= 1.6.0)
311+
rack (>= 3.0.0, < 4)
312+
rack-session (2.1.1)
313+
base64 (>= 0.1.0)
314+
rack (>= 3.0.0)
312315
rack-test (2.2.0)
313316
rack (>= 1.3)
314-
rackup (1.0.1)
315-
rack (< 3)
316-
webrick
317+
rackup (2.2.1)
318+
rack (>= 3)
317319
rails (7.2.2)
318320
actioncable (= 7.2.2)
319321
actionmailbox (= 7.2.2)
@@ -350,7 +352,8 @@ GEM
350352
rdoc (6.14.1)
351353
erb
352354
psych (>= 4.0.0)
353-
redis (4.8.1)
355+
redis-client (0.25.0)
356+
connection_pool
354357
reline (0.6.1)
355358
io-console (~> 0.5)
356359
request_store (1.7.0)
@@ -376,10 +379,12 @@ GEM
376379
shoulda-context (2.0.0)
377380
shoulda-matchers (4.5.1)
378381
activesupport (>= 4.2.0)
379-
sidekiq (6.5.12)
380-
connection_pool (>= 2.2.5, < 3)
381-
rack (~> 2.0)
382-
redis (>= 4.5.0, < 5)
382+
sidekiq (8.0.5)
383+
connection_pool (>= 2.5.0)
384+
json (>= 2.9.0)
385+
logger (>= 1.6.2)
386+
rack (>= 3.1.0)
387+
redis-client (>= 0.23.2)
383388
simple_form (5.3.1)
384389
actionpack (>= 5.2)
385390
activemodel (>= 5.2)
@@ -427,7 +432,6 @@ GEM
427432
activemodel (>= 6.0.0)
428433
bindex (>= 0.4.0)
429434
railties (>= 6.0.0)
430-
webrick (1.9.1)
431435
websocket-driver (0.7.7)
432436
base64
433437
websocket-extensions (>= 0.1.0)
@@ -479,7 +483,7 @@ DEPENDENCIES
479483
semantic!
480484
semantic_range (= 2.3.1)
481485
shoulda
482-
sidekiq (< 7)
486+
sidekiq (< 9)
483487
simple_form
484488
spdx (= 2.0.10)
485489
sprockets-rails

0 commit comments

Comments
 (0)