From 969bfc4924fddf089558e7f522387554ea998ffb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 26 Mar 2019 07:27:50 +0000 Subject: [PATCH] [Security] Bump redis-store from 1.3.0 to 1.6.0 Bumps [redis-store](https://github.com/jodosha/redis-store) from 1.3.0 to 1.6.0. **This update includes security fixes.** - [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.3.0...v1.6.0) Signed-off-by: dependabot[bot] --- Gemfile.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 35827f79a..701bbc91b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -359,24 +359,24 @@ GEM msgpack (>= 0.4.3) trollop (>= 1.16.2) redis (3.3.5) - redis-actionpack (5.0.1) + redis-actionpack (5.0.2) actionpack (>= 4.0, < 6) redis-rack (>= 1, < 3) - redis-store (>= 1.1.0, < 1.4.0) - redis-activesupport (5.0.2) + redis-store (>= 1.1.0, < 2) + redis-activesupport (5.0.7) activesupport (>= 3, < 6) - redis-store (~> 1.3.0) - redis-rack (2.0.2) + redis-store (>= 1.3, < 2) + redis-rack (2.0.5) rack (>= 1.5, < 3) - redis-store (>= 1.2, < 1.4) + redis-store (>= 1.2, < 2) redis-rails (5.0.2) redis-actionpack (>= 5.0, < 6) redis-activesupport (>= 5.0, < 6) redis-store (>= 1.2, < 2) redis-semaphore (0.3.1) redis - redis-store (1.3.0) - redis (>= 2.2) + redis-store (1.6.0) + redis (>= 2.2, < 5) ref (2.0.0) responders (2.4.0) actionpack (>= 4.2.0, < 5.3)