File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ gem "coffee-rails"
30
30
31
31
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
32
32
gem "jbuilder"
33
- gem "redis" , "~> 4 .0"
33
+ gem "redis" , "~> 5 .0"
34
34
35
35
# bundle exec rake doc:rails generates the API under doc/api.
36
36
gem "sdoc" , group : :doc
Original file line number Diff line number Diff line change 295
295
rails (>= 5.2 )
296
296
rainbow (~> 3.0 )
297
297
redcarpet (3.6.0 )
298
- redis (4.8.1 )
298
+ redis (5.3.0 )
299
+ redis-client (>= 0.22.0 )
300
+ redis-client (0.22.2 )
301
+ connection_pool
299
302
regexp_parser (2.9.2 )
300
303
reline (0.5.9 )
301
304
io-console (~> 0.5 )
@@ -469,7 +472,7 @@ DEPENDENCIES
469
472
rainbow
470
473
react_on_rails (= 14.0.3 )
471
474
redcarpet
472
- redis (~> 4 .0 )
475
+ redis (~> 5 .0 )
473
476
rspec-rails (~> 6.0.0 )
474
477
rubocop (= 1.24.1 )
475
478
rubocop-performance (~> 1.13 )
You can’t perform that action at this time.
0 commit comments