From e01b1907bb720e5e9a63fd8eb61911897db6221e Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Sat, 10 Nov 2018 23:15:01 -0800 Subject: [PATCH] Bump redis-store to 1.6.0 This version supports SSL/TLS via the redis:// URL scheme: https://github.com/redis-store/redis-store/blob/master/CHANGELOG.md Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/47702 --- Gemfile.lock | 2 +- Gemfile.rails5.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 50e3ddef1e1..819dd748641 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -676,7 +676,7 @@ GEM redis-actionpack (>= 5.0, < 6) redis-activesupport (>= 5.0, < 6) redis-store (>= 1.2, < 2) - redis-store (1.4.1) + redis-store (1.6.0) redis (>= 2.2, < 5) regexp_parser (0.5.0) representable (3.0.4) diff --git a/Gemfile.rails5.lock b/Gemfile.rails5.lock index 181f2db95b0..c7c6a00df2b 100644 --- a/Gemfile.rails5.lock +++ b/Gemfile.rails5.lock @@ -685,7 +685,7 @@ GEM redis-actionpack (>= 5.0, < 6) redis-activesupport (>= 5.0, < 6) redis-store (>= 1.2, < 2) - redis-store (1.4.1) + redis-store (1.6.0) redis (>= 2.2, < 5) regexp_parser (0.5.0) representable (3.0.4)