Configure cache stores

rely on RAM caching for devel, and optionally a memcached server in production
This commit is contained in:
James Mason 2017-11-17 18:32:08 -08:00
parent e60dc8c09d
commit 7f2346650f
4 changed files with 15 additions and 0 deletions

View file

@ -214,6 +214,9 @@ gem 'selectize-rails'
# CVE-2017-9049, CVE-2017-9050
gem 'nokogiri', '>= 1.8.1'
# memcached binary connector
gem 'dalli'
# Use guard and spring for testing in development
group :development do
# to launch specs when files are modified