diff options
author | Stan Hu <stanhu@gmail.com> | 2018-11-10 23:15:01 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-11-10 23:17:34 -0800 |
commit | e01b1907bb720e5e9a63fd8eb61911897db6221e (patch) | |
tree | ec4153653284f73c8a2b717ff29b897f59774132 /Gemfile.rails5.lock | |
parent | 4aa41d07e16ca03f5f56b7cc5c136d86d51666c2 (diff) | |
download | gitlab-ce-e01b1907bb720e5e9a63fd8eb61911897db6221e.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
Diffstat (limited to 'Gemfile.rails5.lock')
-rw-r--r-- | Gemfile.rails5.lock | 2 |
1 files changed, 1 insertions, 1 deletions
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) |