diff options
author | Stan Hu <stanhu@gmail.com> | 2016-05-11 12:18:40 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-05-12 07:00:19 -0500 |
commit | d8f3b9bce912b9c50e13ea71ae7185aad6f71b91 (patch) | |
tree | 2011662a009a0753e015674570ccbf3cc9e3e2ee /lib/gitlab_post_receive.rb | |
parent | b99bc5d422bced155ddb69b83858b5b3600f5bac (diff) | |
download | gitlab-shell-d8f3b9bce912b9c50e13ea71ae7185aad6f71b91.tar.gz |
Add redis-rb as a vendored library
`make update-redis` will clone the library and adjust the paths properly
Diffstat (limited to 'lib/gitlab_post_receive.rb')
-rw-r--r-- | lib/gitlab_post_receive.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gitlab_post_receive.rb b/lib/gitlab_post_receive.rb index 8632432..9f75433 100644 --- a/lib/gitlab_post_receive.rb +++ b/lib/gitlab_post_receive.rb @@ -2,7 +2,6 @@ require_relative 'gitlab_init' require_relative 'gitlab_net' require 'json' require 'base64' -require 'redis' require 'securerandom' class GitlabPostReceive |