Gemfile in redis-actionpack-3.2.1.rc vs Gemfile in redis-actionpack-3.2.1

- old
+ new

@@ -1,6 +1,6 @@ source "http://rubygems.org" gemspec -gem 'redis-store', '1.1.0', :path => File.expand_path('../../redis-store', __FILE__) -gem 'redis-rack', '1.4.0.rc2', :path => File.expand_path('../../redis-rack', __FILE__) +gem 'redis-store', '~> 1.1.0', :path => File.expand_path('../../redis-store', __FILE__) +gem 'redis-rack', '~> 1.4.0', :path => File.expand_path('../../redis-rack', __FILE__) gem 'SystemTimer', :platform => :mri_18