source 'https://rubygems.org'
gemspec

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

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

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

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