diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2016-04-06 10:49:57 +0200 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2016-04-06 10:49:57 +0200 |
commit | 3137f61a5558d1b38dd9f607263d5a21b61deb2d (patch) | |
tree | ee391f25c4144348596b7e59e032e4b48bd53bb3 /Gemfile.lock | |
parent | 213ee62469c6518af8423f00fb902b7665d61204 (diff) | |
download | gitlab-ce-3137f61a5558d1b38dd9f607263d5a21b61deb2d.tar.gz |
Make redis an explicit Gemfile dependency
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 229089f431d..3be9ed0afc2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1009,6 +1009,7 @@ DEPENDENCIES rdoc (~> 3.6) recaptcha redcarpet (~> 3.3.3) + redis (~> 3.2) redis-namespace redis-rails (~> 4.0.0) request_store (~> 1.3.0) |