Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Rodríguez <alejorro70@gmail.com>2017-02-05 21:04:23 +0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2017-03-02 00:46:59 +0300
commitf8fa6e6f472179cfd9261a35d309d986f8db8ebd (patch)
treedcbaa836cbc91c15fc0aa77e5610a23f874b1934 /Gemfile
parentb6a945b39354ec2b2c09fc5f6904dfbf8990df26 (diff)
Add internal endpoint to notify post-receive to Gitaly
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 8e181fee73b..fefccf87275 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'