Skip to content

Commit 8a59dc5

Browse files
Bump sidekiq from 7.2.4 to 7.3.9 in /backend (#796)
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 7.2.4 to 7.3.9. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](sidekiq/sidekiq@v7.2.4...v7.3.9) --- updated-dependencies: - dependency-name: sidekiq dependency-version: 7.3.9 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 56c5525 commit 8a59dc5

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

backend/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ gem "omniauth-facebook", "~> 3.0"
3232
gem "colored"
3333

3434
# Background jobs
35-
gem "sidekiq", "~> 7.2"
35+
gem "sidekiq", "~> 7.3"
3636

3737
# Structured seed data
3838
gem "seedbank"

backend/Gemfile.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ GEM
385385
rake (13.2.1)
386386
rdoc (6.7.0)
387387
psych (>= 4.0.0)
388-
redis-client (0.21.1)
388+
redis-client (0.26.1)
389389
connection_pool
390390
regexp_parser (2.9.0)
391391
reline (0.5.9)
@@ -438,11 +438,12 @@ GEM
438438
rake (>= 10.0)
439439
shoulda-matchers (6.2.0)
440440
activesupport (>= 5.2.0)
441-
sidekiq (7.2.4)
442-
concurrent-ruby (< 2)
441+
sidekiq (7.3.9)
442+
base64
443443
connection_pool (>= 2.3.0)
444+
logger
444445
rack (>= 2.2.4)
445-
redis-client (>= 0.19.0)
446+
redis-client (>= 0.22.2)
446447
simplecov (0.22.0)
447448
docile (~> 1.1)
448449
simplecov-html (~> 0.11)
@@ -552,7 +553,7 @@ DEPENDENCIES
552553
ruby-progressbar
553554
seedbank
554555
shoulda-matchers
555-
sidekiq (~> 7.2)
556+
sidekiq (~> 7.3)
556557
simplecov
557558
sprockets-rails
558559
standardrb

0 commit comments

Comments
 (0)