Skip to content

Commit 0a73675

Browse files
Bump sidekiq from 7.2.4 to 7.3.9 in /backend
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]>
1 parent 2af0004 commit 0a73675

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
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: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ GEM
127127
descendants_tracker (~> 0.0.1)
128128
colored (1.2)
129129
concurrent-ruby (1.3.5)
130-
connection_pool (2.5.4)
130+
connection_pool (2.5.5)
131131
countries (4.0.1)
132132
i18n_data (~> 0.13.0)
133133
sixarm_ruby_unaccent (~> 1.1)
@@ -381,7 +381,7 @@ GEM
381381
rake (13.2.1)
382382
rdoc (6.7.0)
383383
psych (>= 4.0.0)
384-
redis-client (0.21.1)
384+
redis-client (0.26.1)
385385
connection_pool
386386
regexp_parser (2.9.0)
387387
reline (0.5.9)
@@ -433,11 +433,12 @@ GEM
433433
rake (>= 10.0)
434434
shoulda-matchers (6.2.0)
435435
activesupport (>= 5.2.0)
436-
sidekiq (7.2.4)
437-
concurrent-ruby (< 2)
436+
sidekiq (7.3.9)
437+
base64
438438
connection_pool (>= 2.3.0)
439+
logger
439440
rack (>= 2.2.4)
440-
redis-client (>= 0.19.0)
441+
redis-client (>= 0.22.2)
441442
simplecov (0.22.0)
442443
docile (~> 1.1)
443444
simplecov-html (~> 0.11)
@@ -547,7 +548,7 @@ DEPENDENCIES
547548
ruby-progressbar
548549
seedbank
549550
shoulda-matchers
550-
sidekiq (~> 7.2)
551+
sidekiq (~> 7.3)
551552
simplecov
552553
sprockets-rails
553554
standardrb

0 commit comments

Comments
 (0)