From 3338b222ae3ea4d8ac8f6066fea4e9e02ad05210 Mon Sep 17 00:00:00 2001 From: estiens Date: Sat, 16 Jun 2018 10:38:54 -0500 Subject: [PATCH] add redis --- Gemfile | 2 ++ Gemfile.lock | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index 06bfcf5..e1a3390 100644 --- a/Gemfile +++ b/Gemfile @@ -21,6 +21,8 @@ gem 'rails_admin' gem 'rack-attack' +gem 'redis' + gem 'rabl' gem 'watir' diff --git a/Gemfile.lock b/Gemfile.lock index 47d1dc3..54ee874 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -199,6 +199,7 @@ GEM raindrops (0.19.0) rake (12.3.1) rdoc (6.0.4) + redis (4.0.1) remotipart (1.4.2) responders (2.4.0) actionpack (>= 4.2.0, < 5.3) @@ -275,6 +276,7 @@ DEPENDENCIES rails (= 4.2.10) rails_12factor rails_admin + redis responders (~> 2.0) rubocop sass-rails (~> 5.0.0)