diff --git a/Gemfile b/Gemfile index b812690..246603d 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem 'rails', '3.1.1' gem 'haml', '~> 3.1.3' gem 'settingslogic', '~> 2.0.6' gem 'redis', '~> 2.2.2' -gem 'redis-store', '~> 1.0.0.rc1' +gem 'redis-store', '~> 1.4.0' gem "SystemTimer", "~> 1.2" gem 'thin', '~> 1.2.11' gem 'unicorn', '~> 4.1.1' diff --git a/Gemfile.lock b/Gemfile.lock index 79e8ebc..aa33d01 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -133,8 +133,8 @@ GEM rdoc (3.10) json (~> 1.4) redis (2.2.2) - redis-store (1.0.0.1) - redis (~> 2.2.1) + redis-store (1.4.0) + redis (>= 2.2, < 4) rspec (2.6.0) rspec-core (~> 2.6.0) rspec-expectations (~> 2.6.0) @@ -208,7 +208,7 @@ DEPENDENCIES rails (= 3.1.1) rb-fsevent (>= 0.4.3) redis (~> 2.2.2) - redis-store (~> 1.0.0.rc1) + redis-store (~> 1.4.0) rspec-rails (~> 2.6.1) sass-rails (~> 3.1.4) settingslogic (~> 2.0.6)