summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2018-01-05 14:08:17 +0100
committerYorick Peterse <yorickpeterse@gmail.com>2018-01-05 14:10:29 +0100
commitc4600805b58e4fc705a6733cd92fa5518a267e9f (patch)
treec0bc20290b79c022cb55f04b0907d961f939bf1f /Gemfile.lock
parent396e7647f836c0cb87d19252fb6d31e91e0dbd6c (diff)
downloadgitlab-ce-c4600805b58e4fc705a6733cd92fa5518a267e9f.tar.gz
Update redis-rack to 2.0.4update-redis-rack
Up until version 2.0.3 redis-rack included a "rake" binary that would overwrite/hijack the one provided by Rake itself. Unfortunately the binary provided by redis-rack would produce errors in many cases. See https://github.com/redis-store/redis-rack/pull/34 for more info.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index c510a6da2d7..2a81c81b0f8 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -718,7 +718,7 @@ GEM
redis-store (>= 1.3, < 2)
redis-namespace (1.5.2)
redis (~> 3.0, >= 3.0.4)
- redis-rack (2.0.3)
+ redis-rack (2.0.4)
rack (>= 1.5, < 3)
redis-store (>= 1.2, < 2)
redis-rails (5.0.2)