File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ gem 'aws-sdk-s3'
55
55
gem 'image_processing'
56
56
57
57
# job queue using Active Job
58
- gem 'sidekiq' , '< 8 '
58
+ gem 'sidekiq' , '< 9 '
59
59
60
60
# syndication
61
61
gem 'down' # downloading images from ActiveStorage/S3
Original file line number Diff line number Diff line change @@ -477,12 +477,12 @@ GEM
477
477
websocket (~> 1.0 )
478
478
sexp_processor (4.17.3 )
479
479
shellany (0.0.1 )
480
- sidekiq (7.3.9 )
481
- base64
482
- connection_pool (>= 2.3 .0 )
483
- logger
484
- rack (>= 2.2.4 )
485
- redis-client (>= 0.22 .2 )
480
+ sidekiq (8.0.0 )
481
+ connection_pool ( >= 2.5.0 )
482
+ json (>= 2.9 .0 )
483
+ logger ( >= 1.6.2 )
484
+ rack (>= 3.1.0 )
485
+ redis-client (>= 0.23 .2 )
486
486
simplecov (0.22.0 )
487
487
docile (~> 1.1 )
488
488
simplecov-html (~> 0.11 )
@@ -599,7 +599,7 @@ DEPENDENCIES
599
599
rubypants
600
600
sassc-rails
601
601
selenium-webdriver
602
- sidekiq (< 8 )
602
+ sidekiq (< 9 )
603
603
simplecov
604
604
squasher
605
605
stackprof
You can’t perform that action at this time.
0 commit comments