source 'https://rubygems.org'
gemspec

if ::File.directory?(gem_path = '../redis-store')
  gem 'redis-store', '~> 1.1.0', path: gem_path
end

if ::File.directory?(gem_path = '../redis-rack')
  gem 'redis-rack', '~> 1.5.0', path: gem_path
end
