test/gemfiles/Gemfile.rails-5.0.x in redis-actionpack-5.0.0 vs test/gemfiles/Gemfile.rails-5.0.x in redis-actionpack-5.0.1
- old
+ new
@@ -1,17 +1,11 @@
source 'https://rubygems.org'
gemspec :path => './../..'
-gem 'redis-store', github: 'redis-store/redis-store'
-#if ::File.directory?(gem_path = '../redis-store')
-# gem 'redis-store', '~> 1.1.0', path: gem_path
-#end
+gem 'redis-store'
gem 'redis-rack', github: 'redis-store/redis-rack'
-#if ::File.directory?(gem_path = '../redis-rack')
-# gem 'redis-rack', '~> 1.5.0', path: gem_path
-#end
-gem 'rails', '5.0.0.beta3'
+gem 'actionpack', '~> 5.0.0'
-gem 'minitest-spec-rails', '~> 5.3.0'
+gem 'minitest-rails'