From 6715434f73df85af39234a9e3dccbdf104447381 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 20:17:38 +0000 Subject: [PATCH] Bump redis-store from 1.0.0.1 to 1.4.0 Bumps [redis-store](https://github.com/jodosha/redis-store) from 1.0.0.1 to 1.4.0. - [Release notes](https://github.com/jodosha/redis-store/releases) - [Changelog](https://github.com/redis-store/redis-store/blob/master/CHANGELOG.md) - [Commits](https://github.com/jodosha/redis-store/compare/v1.0.0.1...v1.4.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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)