Gemfile in redis-actionpack-4.0.1 vs Gemfile in redis-actionpack-5.0.0.pre

- old
+ new

@@ -1,10 +1,10 @@ source 'https://rubygems.org' gemspec if ::File.directory?(gem_path = '../redis-store') - gem 'redis-store', '~> 1.1.0', path: gem_path + gem 'redis-store', '~> 1.2.0.pre', path: gem_path end if ::File.directory?(gem_path = '../redis-rack') - gem 'redis-rack', '~> 1.5.0', path: gem_path + gem 'redis-rack', '~> 2.0.0.pre', path: gem_path end