File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ gem "omniauth-facebook", "3.0.0"
3131gem "colored"
3232
3333# Background jobs
34- gem "sidekiq" , "~> 6.5 "
34+ gem "sidekiq" , "~> 7.2 "
3535
3636# Structured seed data
3737gem "seedbank"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments