Add Redis gem

This commit is contained in:
Buck Doyle 2016-04-13 17:56:32 +02:00
parent 95da771778
commit 167bd114c5
2 changed files with 4 additions and 1 deletions

View File

@ -8,6 +8,7 @@ gem 'rack-protection', '~> 1.3'
gem 'rack-mobile-detect'
gem 'sinatra'
gem 'hashr'
gem 'redis'
group :development, :test do
gem 'rake'

View File

@ -28,6 +28,7 @@ GEM
rack-test (0.6.2)
rack (>= 1.0)
rake (10.1.1)
redis (3.2.2)
rspec (2.99.0)
rspec-core (~> 2.99.0)
rspec-expectations (~> 2.99.0)
@ -61,10 +62,11 @@ DEPENDENCIES
rack-protection (~> 1.3)
rack-ssl (~> 1.3)
rake
redis
rspec (~> 2.11)
sinatra
sinatra-contrib
travis-web!
BUNDLED WITH
1.10.1
1.11.2