summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-05-24 19:39:47 -0400
committerDavid Gay <david@davidgay.org>2021-05-24 19:39:47 -0400
commit2045b0f3bdae5a63c268fe1df70de9dcd2aeaec2 (patch)
treecb6418f453e3c153c2474873566853f26703d5b1 /Gemfile
parentbc9c667c41f186a23ef72880287d8d69c827b4c7 (diff)
Enable redis gem
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 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'