summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock2
2 files changed, 3 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c7fd020..c2aaec6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -18,7 +18,7 @@ gem "turbolinks", "~> 5"
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem "jbuilder", "~> 2.7"
# Use Redis adapter to run Action Cable in production
-# gem 'redis', '~> 4.0'
+gem "redis", "~> 4.0"
# Use Active Model has_secure_password
# gem 'bcrypt', '~> 3.1.7'
diff --git a/Gemfile.lock b/Gemfile.lock
index f9bf71c..d499c57 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -159,6 +159,7 @@ GEM
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
+ redis (4.1.4)
regexp_parser (2.1.1)
responders (3.0.1)
actionpack (>= 5.0)
@@ -253,6 +254,7 @@ DEPENDENCIES
puma (~> 5.0)
rack-mini-profiler (~> 2.0)
rails (~> 6.1.3, >= 6.1.3.1)
+ redis (~> 4.0)
rubocop (>= 0.90)
rubocop-packaging
rubocop-performance