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 @@ -44,7 +44,7 @@ gem 'simple_form'
44
44
gem 'rack-cors'
45
45
gem 'dalli'
46
46
47
- gem 'sidekiq' , '<7 '
47
+ gem 'sidekiq' , '<8 '
48
48
49
49
gem 'google-protobuf'
50
50
gem 'ostruct'
Original file line number Diff line number Diff line change 342
342
ffi (~> 1.0 )
343
343
rdoc (6.7.0 )
344
344
psych (>= 4.0.0 )
345
- redis (4.8.1 )
345
+ redis-client (0.22.2 )
346
+ connection_pool
346
347
reline (0.5.11 )
347
348
io-console (~> 0.5 )
348
349
request_store (1.7.0 )
@@ -368,10 +369,11 @@ GEM
368
369
shoulda-context (2.0.0 )
369
370
shoulda-matchers (4.5.1 )
370
371
activesupport (>= 4.2.0 )
371
- sidekiq (6.5.12 )
372
- connection_pool (>= 2.2.5 , < 3 )
373
- rack (~> 2.0 )
374
- redis (>= 4.5.0 , < 5 )
372
+ sidekiq (7.3.5 )
373
+ connection_pool (>= 2.3.0 )
374
+ logger
375
+ rack (>= 2.2.4 )
376
+ redis-client (>= 0.22.2 )
375
377
simple_form (5.3.1 )
376
378
actionpack (>= 5.2 )
377
379
activemodel (>= 5.2 )
@@ -469,7 +471,7 @@ DEPENDENCIES
469
471
semantic !
470
472
semantic_range (= 2.3.1 )
471
473
shoulda
472
- sidekiq (< 7 )
474
+ sidekiq (< 8 )
473
475
simple_form
474
476
spdx (= 2.0.10 )
475
477
sprockets-rails
You can’t perform that action at this time.
0 commit comments