File tree Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ gem "rack-cors", require: "rack/cors"
95
95
gem "raddocs"
96
96
# action cable currently requires redis < 5. This should be fixed in rails >= 7.0.4
97
97
# relevant issue: https://github.com/redis/redis-rb/issues/1142
98
- gem "redis" , "< 5 "
98
+ gem "redis" , "< 6 "
99
99
gem "rest-client" , "~> 2.1.0"
100
100
gem "rollbar"
101
101
gem "rubyzip" , ">= 1.2.2"
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://gems.contribsys.com/
3
3
specs:
4
- sidekiq-pro (5.5.8 )
5
- sidekiq (~> 6. 0 , >= 6.5.6 )
4
+ sidekiq-pro (7.2.0 )
5
+ sidekiq (>= 7.2. 0 , < 8 )
6
6
7
7
GEM
8
8
remote: https://rubygems.org/
125
125
msgpack (~> 1.2 )
126
126
brakeman (7.0.0 )
127
127
racc
128
- brpoplpush-redis_script (0.1.3 )
129
- concurrent-ruby (~> 1.0 , >= 1.0.5 )
130
- redis (>= 1.0 , < 6 )
131
128
builder (3.3.0 )
132
129
bundler-audit (0.9.2 )
133
130
bundler (>= 1.2.0 , < 3 )
409
406
ffi (~> 1.0 )
410
407
rdoc (6.10.0 )
411
408
psych (>= 4.0.0 )
412
- redis (4.8.1 )
409
+ redis (5.4.0 )
410
+ redis-client (>= 0.22.0 )
411
+ redis-client (0.24.0 )
412
+ connection_pool
413
413
regexp_parser (2.10.0 )
414
414
reline (0.6.0 )
415
415
io-console (~> 0.5 )
@@ -473,18 +473,18 @@ GEM
473
473
ruby2_keywords (0.0.5 )
474
474
rubyzip (2.4.1 )
475
475
shellany (0.0.1 )
476
- sidekiq (6.5.12 )
477
- connection_pool (>= 2.2.5 , < 3 )
478
- rack (~> 2.0 )
479
- redis (>= 4.5.0 , < 5 )
476
+ sidekiq (7.3.9 )
477
+ base64
478
+ connection_pool (>= 2.3.0 )
479
+ logger
480
+ rack (>= 2.2.4 )
481
+ redis-client (>= 0.22.2 )
480
482
sidekiq-failures (1.0.4 )
481
483
sidekiq (>= 4.0.0 )
482
- sidekiq-unique-jobs (7.1.33 )
483
- brpoplpush-redis_script (> 0.1.1 , <= 2.0.0 )
484
+ sidekiq-unique-jobs (8.0.10 )
484
485
concurrent-ruby (~> 1.0 , >= 1.0.5 )
485
- redis (< 5.0 )
486
- sidekiq (>= 5.0 , < 7.0 )
487
- thor (>= 0.20 , < 3.0 )
486
+ sidekiq (>= 7.0.0 , < 8.0.0 )
487
+ thor (>= 1.0 , < 3.0 )
488
488
signet (0.19.0 )
489
489
addressable (~> 2.8 )
490
490
faraday (>= 0.17.5 , < 3.a )
@@ -605,7 +605,7 @@ DEPENDENCIES
605
605
rack-cors
606
606
raddocs
607
607
rails (~> 7.0.8 )
608
- redis (< 5 )
608
+ redis (< 6 )
609
609
rest-client (~> 2.1.0 )
610
610
rollbar
611
611
rspec
You can’t perform that action at this time.
0 commit comments