Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-05-28 12:53:09 +0300
committerRémy Coutable <remy@rymai.me>2018-05-28 12:53:09 +0300
commit5f5fc69dde0d7098b72b047090c8a4f56d495002 (patch)
treef052766733d7a79a4260ce5edc2298e52757df0d /Gemfile.lock
parent0a43b25c20010b3eb4c9ab8cef8712df99702fac (diff)
parent6123e1db830de0d753228f4d3a44e95ff6d0f393 (diff)
Merge branch '46846-update-redis-namespace-to-1-6-0' into 'master'
Update redis-namespace to 1.6.0 Closes #46846 See merge request gitlab-org/gitlab-ce!19166
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 537c377dccc..2d928b6a826 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -709,8 +709,8 @@ GEM
redis-activesupport (5.0.4)
activesupport (>= 3, < 6)
redis-store (>= 1.3, < 2)
- redis-namespace (1.5.2)
- redis (~> 3.0, >= 3.0.4)
+ redis-namespace (1.6.0)
+ redis (>= 3.0.4)
redis-rack (2.0.4)
rack (>= 1.5, < 3)
redis-store (>= 1.2, < 2)
@@ -1129,7 +1129,7 @@ DEPENDENCIES
recaptcha (~> 3.0)
redcarpet (~> 3.4)
redis (~> 3.2)
- redis-namespace (~> 1.5.2)
+ redis-namespace (~> 1.6.0)
redis-rails (~> 5.0.2)
request_store (~> 1.3)
responders (~> 2.0)