Skip to content

Commit f9f1dac

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

1 file changed

Lines changed: 20 additions & 21 deletions

File tree

Gemfile.lock

Lines changed: 20 additions & 21 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.6)
117-
connection_pool (2.5.3)
117+
connection_pool (3.0.2)
118118
crass (1.0.6)
119119
dartsass-rails (0.5.1)
120120
railties (>= 6.0.0)
@@ -209,7 +209,7 @@ GEM
209209
rails-dom-testing (>= 1, < 3)
210210
railties (>= 4.2.0)
211211
thor (>= 0.14, < 2.0)
212-
json (2.10.2)
212+
json (2.19.7)
213213
jwt (2.10.1)
214214
base64
215215
kamal (2.6.1)
@@ -333,17 +333,18 @@ GEM
333333
nio4r (~> 2.0)
334334
raabro (1.4.0)
335335
racc (1.8.1)
336-
rack (2.2.20)
337-
rack-protection (3.2.0)
336+
rack (3.2.6)
337+
rack-protection (4.2.1)
338338
base64 (>= 0.1.0)
339-
rack (~> 2.2, >= 2.2.4)
340-
rack-session (1.0.2)
341-
rack (< 3)
339+
logger (>= 1.6.0)
340+
rack (>= 3.0.0, < 4)
341+
rack-session (2.1.2)
342+
base64 (>= 0.1.0)
343+
rack (>= 3.0.0)
342344
rack-test (2.2.0)
343345
rack (>= 1.3)
344-
rackup (1.0.1)
345-
rack (< 3)
346-
webrick
346+
rackup (2.3.1)
347+
rack (>= 3)
347348
rails (8.0.2)
348349
actioncable (= 8.0.2)
349350
actionmailbox (= 8.0.2)
@@ -382,7 +383,7 @@ GEM
382383
erb
383384
psych (>= 4.0.0)
384385
redcarpet (3.6.1)
385-
redis-client (0.24.0)
386+
redis-client (0.29.0)
386387
connection_pool
387388
regexp_parser (2.10.0)
388389
reline (0.6.1)
@@ -467,16 +468,15 @@ GEM
467468
bigdecimal
468469
concurrent-ruby (~> 1.0, >= 1.0.2)
469470
logger
470-
sidekiq (7.3.9)
471-
base64
472-
connection_pool (>= 2.3.0)
473-
logger
474-
rack (>= 2.2.4)
475-
redis-client (>= 0.22.2)
476-
sidekiq-scheduler (5.0.6)
471+
sidekiq (8.1.6)
472+
connection_pool (>= 3.0.0)
473+
json (>= 2.16.0)
474+
logger (>= 1.7.0)
475+
rack (>= 3.2.0)
476+
redis-client (>= 0.29.0)
477+
sidekiq-scheduler (6.0.2)
477478
rufus-scheduler (~> 3.2)
478-
sidekiq (>= 6, < 8)
479-
tilt (>= 1.4.0, < 3)
479+
sidekiq (>= 7.3, < 9)
480480
slack-ruby-block-kit (0.26.0)
481481
zeitwerk (~> 2.6)
482482
slack-ruby-client (2.6.0)
@@ -546,7 +546,6 @@ GEM
546546
activemodel (>= 6.0.0)
547547
bindex (>= 0.4.0)
548548
railties (>= 6.0.0)
549-
webrick (1.9.1)
550549
websocket (1.2.11)
551550
websocket-client-simple (0.9.0)
552551
base64

0 commit comments

Comments
 (0)