From b0599ac15496aecd6b3377ba5206371ffc9ccf5a Mon Sep 17 00:00:00 2001 From: Tom Scott Date: Thu, 23 Feb 2017 16:07:01 -0500 Subject: [PATCH] Fix broken tests --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ae85a06..9444a1a 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' gemspec -if ::File.directory?(gem_path = '../redis-store') - gem 'redis-store', '~> 1.2.0.pre', path: gem_path -end +# if ::File.directory?(gem_path = '../redis-store') +# gem 'redis-store', '~> 1.3.0', path: gem_path +# end