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/
124
124
msgpack (~> 1.2 )
125
125
brakeman (7.0.0 )
126
126
racc
127
- brpoplpush-redis_script (0.1.3 )
128
- concurrent-ruby (~> 1.0 , >= 1.0.5 )
129
- redis (>= 1.0 , < 6 )
130
127
builder (3.3.0 )
131
128
bundler-audit (0.9.2 )
132
129
bundler (>= 1.2.0 , < 3 )
408
405
ffi (~> 1.0 )
409
406
rdoc (6.10.0 )
410
407
psych (>= 4.0.0 )
411
- redis (4.8.1 )
408
+ redis (5.4.0 )
409
+ redis-client (>= 0.22.0 )
410
+ redis-client (0.24.0 )
411
+ connection_pool
412
412
regexp_parser (2.10.0 )
413
413
reline (0.6.0 )
414
414
io-console (~> 0.5 )
@@ -472,18 +472,18 @@ GEM
472
472
ruby2_keywords (0.0.5 )
473
473
rubyzip (2.4.1 )
474
474
shellany (0.0.1 )
475
- sidekiq (6.5.12 )
476
- connection_pool (>= 2.2.5 , < 3 )
477
- rack (~> 2.0 )
478
- redis (>= 4.5.0 , < 5 )
475
+ sidekiq (7.3.9 )
476
+ base64
477
+ connection_pool (>= 2.3.0 )
478
+ logger
479
+ rack (>= 2.2.4 )
480
+ redis-client (>= 0.22.2 )
479
481
sidekiq-failures (1.0.4 )
480
482
sidekiq (>= 4.0.0 )
481
- sidekiq-unique-jobs (7.1.33 )
482
- brpoplpush-redis_script (> 0.1.1 , <= 2.0.0 )
483
+ sidekiq-unique-jobs (8.0.10 )
483
484
concurrent-ruby (~> 1.0 , >= 1.0.5 )
484
- redis (< 5.0 )
485
- sidekiq (>= 5.0 , < 7.0 )
486
- thor (>= 0.20 , < 3.0 )
485
+ sidekiq (>= 7.0.0 , < 8.0.0 )
486
+ thor (>= 1.0 , < 3.0 )
487
487
signet (0.19.0 )
488
488
addressable (~> 2.8 )
489
489
faraday (>= 0.17.5 , < 3.a )
@@ -604,7 +604,7 @@ DEPENDENCIES
604
604
rack-cors
605
605
raddocs
606
606
rails (~> 7.0.8 )
607
- redis (< 5 )
607
+ redis (< 6 )
608
608
rest-client (~> 2.1.0 )
609
609
rollbar
610
610
rspec
You can’t perform that action at this time.
0 commit comments