File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ gem "coffee-rails"
31
31
32
32
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
33
33
gem "jbuilder"
34
- gem "redis" , "3.3.3 "
34
+ gem "redis" , "~> 4.0 "
35
35
36
36
# bundle exec rake doc:rails generates the API under doc/api.
37
37
gem "sdoc" , group : :doc
Original file line number Diff line number Diff line change 289
289
rails (>= 5.2 )
290
290
rainbow (~> 3.0 )
291
291
redcarpet (3.6.0 )
292
- redis (3.3.3 )
292
+ redis (4.8.1 )
293
293
regexp_parser (2.8.1 )
294
294
reline (0.3.8 )
295
295
io-console (~> 0.5 )
@@ -454,7 +454,7 @@ DEPENDENCIES
454
454
rainbow
455
455
react_on_rails (= 13.2.0 )
456
456
redcarpet
457
- redis (= 3.3.3 )
457
+ redis (~> 4.0 )
458
458
rspec-rails (~> 6.0.0 )
459
459
rubocop (= 1.24.1 )
460
460
rubocop-performance (~> 1.13 )
You can’t perform that action at this time.
0 commit comments