Skip to content

Commit

Permalink
Fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Scott committed Feb 23, 2017
1 parent 05ff87d commit b0599ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b0599ac

Please sign in to comment.