add redis cache and heroku config

This commit is contained in:
2021-04-24 18:33:29 +02:00
parent 04434760c5
commit 07c05f261d
4 changed files with 7 additions and 1 deletions

View File

@@ -21,6 +21,8 @@ gem 'webpacker', '~> 5.0'
gem 'turbolinks', '~> 5'
# Use Redis adapter to run Action Cable in production
gem 'redis', '~> 4.2.5'
# Ruby wrapper for hiredis (protocol serialization/deserialization and blocking I/O)
gem 'hiredis', '~> 0.6.3'
# Use Active Model has_secure_password
gem 'bcrypt', '~> 3.1.7'
# Flexible authentication solution for Rails with Warden