From 2045b0f3bdae5a63c268fe1df70de9dcd2aeaec2 Mon Sep 17 00:00:00 2001 From: David Gay Date: Mon, 24 May 2021 19:39:47 -0400 Subject: Enable redis gem --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') 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' -- cgit v1.2.3