diff options
author | Alejandro RodrÃguez <alejorro70@gmail.com> | 2017-02-05 15:04:23 -0300 |
---|---|---|
committer | Alejandro RodrÃguez <alejorro70@gmail.com> | 2017-03-01 18:46:59 -0300 |
commit | f8fa6e6f472179cfd9261a35d309d986f8db8ebd (patch) | |
tree | dcbaa836cbc91c15fc0aa77e5610a23f874b1934 /Gemfile | |
parent | b6a945b39354ec2b2c09fc5f6904dfbf8990df26 (diff) | |
download | gitlab-ce-f8fa6e6f472179cfd9261a35d309d986f8db8ebd.tar.gz |
Add internal endpoint to notify post-receive to Gitalygitaly-post-receive
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -350,3 +350,6 @@ gem 'health_check', '~> 2.2.0' # System information gem 'vmstat', '~> 2.3.0' gem 'sys-filesystem', '~> 1.1.6' + +# Gitaly GRPC client +gem 'gitaly', '~> 0.2.1' |