Skip to content

Commit 0cea3fc

Browse files
Bump sidekiq from 6.5.10 to 7.2.2 in /backend (#746)
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.5.10 to 7.2.2. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](sidekiq/sidekiq@v6.5.10...v7.2.2) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9315fb7 commit 0cea3fc

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

backend/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ gem "omniauth-facebook", "3.0.0"
3131
gem "colored"
3232

3333
# Background jobs
34-
gem "sidekiq", "~> 6.5"
34+
gem "sidekiq", "~> 7.2"
3535

3636
# Structured seed data
3737
gem "seedbank"

backend/Gemfile.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,8 @@ GEM
348348
thor (~> 1.0)
349349
rainbow (3.1.1)
350350
rake (13.1.0)
351-
redis (4.8.1)
351+
redis-client (0.21.1)
352+
connection_pool
352353
regexp_parser (2.9.0)
353354
request_store (1.5.0)
354355
rack (>= 1.4)
@@ -397,10 +398,11 @@ GEM
397398
rake (>= 10.0)
398399
shoulda-matchers (6.2.0)
399400
activesupport (>= 5.2.0)
400-
sidekiq (6.5.10)
401-
connection_pool (>= 2.2.5, < 3)
402-
rack (~> 2.0)
403-
redis (>= 4.5.0, < 5)
401+
sidekiq (7.2.2)
402+
concurrent-ruby (< 2)
403+
connection_pool (>= 2.3.0)
404+
rack (>= 2.2.4)
405+
redis-client (>= 0.19.0)
404406
simplecov (0.22.0)
405407
docile (~> 1.1)
406408
simplecov-html (~> 0.11)
@@ -508,7 +510,7 @@ DEPENDENCIES
508510
ruby-progressbar
509511
seedbank
510512
shoulda-matchers
511-
sidekiq (~> 6.5)
513+
sidekiq (~> 7.2)
512514
simplecov
513515
standardrb
514516
symmetric-encryption

0 commit comments

Comments
 (0)