summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-11-10 23:15:01 -0800
committerStan Hu <stanhu@gmail.com>2018-11-10 23:17:34 -0800
commite01b1907bb720e5e9a63fd8eb61911897db6221e (patch)
treeec4153653284f73c8a2b717ff29b897f59774132
parent4aa41d07e16ca03f5f56b7cc5c136d86d51666c2 (diff)
downloadgitlab-ce-sh-bump-redis-store.tar.gz
Bump redis-store to 1.6.0sh-bump-redis-store
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
-rw-r--r--Gemfile.lock2
-rw-r--r--Gemfile.rails5.lock2
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)