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

Commit 92e27ea

Browse files
chore(deps): bump sidekiq from 6.5.12 to 8.0.7
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.5.12 to 8.0.7. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](sidekiq/sidekiq@v6.5.12...v8.0.7) --- updated-dependencies: - dependency-name: sidekiq dependency-version: 8.0.7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9a3073b commit 92e27ea

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.13.2)
202203
jwt (3.1.2)
203204
base64
204205
librariesio-gem-parser (1.0.0)
@@ -304,19 +305,20 @@ GEM
304305
get_process_mem (>= 0.2)
305306
puma (>= 2.7)
306307
racc (1.8.1)
307-
rack (2.2.17)
308+
rack (3.1.16)
308309
rack-cors (2.0.2)
309310
rack (>= 2.0.0)
310-
rack-protection (3.2.0)
311+
rack-protection (4.1.1)
311312
base64 (>= 0.1.0)
312-
rack (~> 2.2, >= 2.2.4)
313-
rack-session (1.0.2)
314-
rack (< 3)
313+
logger (>= 1.6.0)
314+
rack (>= 3.0.0, < 4)
315+
rack-session (2.1.1)
316+
base64 (>= 0.1.0)
317+
rack (>= 3.0.0)
315318
rack-test (2.2.0)
316319
rack (>= 1.3)
317-
rackup (1.0.1)
318-
rack (< 3)
319-
webrick
320+
rackup (2.2.1)
321+
rack (>= 3)
320322
rails (7.2.2)
321323
actioncable (= 7.2.2)
322324
actionmailbox (= 7.2.2)
@@ -353,7 +355,8 @@ GEM
353355
rdoc (6.14.2)
354356
erb
355357
psych (>= 4.0.0)
356-
redis (4.8.1)
358+
redis-client (0.25.2)
359+
connection_pool
357360
reline (0.6.2)
358361
io-console (~> 0.5)
359362
request_store (1.7.0)
@@ -379,10 +382,12 @@ GEM
379382
shoulda-context (2.0.0)
380383
shoulda-matchers (4.5.1)
381384
activesupport (>= 4.2.0)
382-
sidekiq (6.5.12)
383-
connection_pool (>= 2.2.5, < 3)
384-
rack (~> 2.0)
385-
redis (>= 4.5.0, < 5)
385+
sidekiq (8.0.7)
386+
connection_pool (>= 2.5.0)
387+
json (>= 2.9.0)
388+
logger (>= 1.6.2)
389+
rack (>= 3.1.0)
390+
redis-client (>= 0.23.2)
386391
simple_form (5.3.1)
387392
actionpack (>= 5.2)
388393
activemodel (>= 5.2)
@@ -430,7 +435,6 @@ GEM
430435
activemodel (>= 6.0.0)
431436
bindex (>= 0.4.0)
432437
railties (>= 6.0.0)
433-
webrick (1.9.1)
434438
websocket-driver (0.8.0)
435439
base64
436440
websocket-extensions (>= 0.1.0)
@@ -482,7 +486,7 @@ DEPENDENCIES
482486
semantic!
483487
semantic_range (= 2.3.1)
484488
shoulda
485-
sidekiq (< 7)
489+
sidekiq (< 9)
486490
simple_form
487491
spdx (= 2.0.10)
488492
sprockets-rails

0 commit comments

Comments
 (0)