redis 4 to 3

This commit is contained in:
Yan
2017-11-06 13:44:21 +06:30
parent 6a8bf490d8
commit 2e0b2b823a
2 changed files with 3 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ gem 'mysql2', '>= 0.3.18', '< 0.5'
# redis server for cable
# gem 'redis', '~> 3.0'
gem 'redis', '~> 3.0'
# Use Puma as the app server
gem 'puma', '~> 3.0'

View File

@@ -170,7 +170,7 @@ GEM
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
redis (4.0.1)
redis (3.3.5)
rspec-core (3.7.0)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
@@ -284,6 +284,7 @@ DEPENDENCIES
puma (~> 3.0)
rack-cors
rails (~> 5.1.0)
redis (~> 3.0)
rspec-rails (~> 3.5)
sass-rails (~> 5.0)
schema_to_scaffold