summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2018-05-26 23:35:48 +0900
committerTakuya Noguchi <takninnovationresearch@gmail.com>2018-05-26 23:36:53 +0900
commit6123e1db830de0d753228f4d3a44e95ff6d0f393 (patch)
treea76fe1c68b68175071cd4cc4e64b39072e1bcafb /Gemfile.lock
parentcb868f414490f6c446514784922a05b6ed46c2fc (diff)
downloadgitlab-ce-6123e1db830de0d753228f4d3a44e95ff6d0f393.tar.gz
Update redis-namespace to 1.6.0
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 7332b55c175..5613c89a0ae 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)