Skip to content

Commit ca31aa8

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

File tree

1 file changed

+19
-20
lines changed

1 file changed

+19
-20
lines changed

Gemfile.lock

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ GEM
114114
regexp_parser (>= 1.5, < 3.0)
115115
xpath (~> 3.2)
116116
concurrent-ruby (1.3.5)
117-
connection_pool (2.5.3)
117+
connection_pool (2.5.4)
118118
crass (1.0.6)
119119
dartsass-rails (0.5.1)
120120
railties (>= 6.0.0)
@@ -328,17 +328,18 @@ GEM
328328
nio4r (~> 2.0)
329329
raabro (1.4.0)
330330
racc (1.8.1)
331-
rack (2.2.20)
332-
rack-protection (3.2.0)
331+
rack (3.2.4)
332+
rack-protection (4.2.1)
333333
base64 (>= 0.1.0)
334-
rack (~> 2.2, >= 2.2.4)
335-
rack-session (1.0.2)
336-
rack (< 3)
334+
logger (>= 1.6.0)
335+
rack (>= 3.0.0, < 4)
336+
rack-session (2.1.1)
337+
base64 (>= 0.1.0)
338+
rack (>= 3.0.0)
337339
rack-test (2.2.0)
338340
rack (>= 1.3)
339-
rackup (1.0.1)
340-
rack (< 3)
341-
webrick
341+
rackup (2.2.1)
342+
rack (>= 3)
342343
rails (8.0.2)
343344
actioncable (= 8.0.2)
344345
actionmailbox (= 8.0.2)
@@ -376,7 +377,7 @@ GEM
376377
rdoc (6.14.1)
377378
erb
378379
psych (>= 4.0.0)
379-
redis-client (0.24.0)
380+
redis-client (0.26.1)
380381
connection_pool
381382
regexp_parser (2.10.0)
382383
reline (0.6.1)
@@ -460,16 +461,15 @@ GEM
460461
sentry-ruby (5.26.0)
461462
bigdecimal
462463
concurrent-ruby (~> 1.0, >= 1.0.2)
463-
sidekiq (7.3.9)
464-
base64
465-
connection_pool (>= 2.3.0)
466-
logger
467-
rack (>= 2.2.4)
468-
redis-client (>= 0.22.2)
469-
sidekiq-scheduler (5.0.6)
464+
sidekiq (8.0.9)
465+
connection_pool (>= 2.5.0)
466+
json (>= 2.9.0)
467+
logger (>= 1.6.2)
468+
rack (>= 3.1.0)
469+
redis-client (>= 0.23.2)
470+
sidekiq-scheduler (6.0.1)
470471
rufus-scheduler (~> 3.2)
471-
sidekiq (>= 6, < 8)
472-
tilt (>= 1.4.0, < 3)
472+
sidekiq (>= 7.3, < 9)
473473
slack-ruby-block-kit (0.26.0)
474474
zeitwerk (~> 2.6)
475475
slack-ruby-client (2.6.0)
@@ -539,7 +539,6 @@ GEM
539539
activemodel (>= 6.0.0)
540540
bindex (>= 0.4.0)
541541
railties (>= 6.0.0)
542-
webrick (1.9.1)
543542
websocket (1.2.11)
544543
websocket-client-simple (0.9.0)
545544
base64

0 commit comments

Comments
 (0)