summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-01-24 11:37:26 -0800
committerStan Hu <stanhu@gmail.com>2019-02-05 21:33:10 -0800
commitf929411c6da8ddc890cd2d30df632984d1554ad3 (patch)
tree0542466389e720f85ab1724ae76589d05f2b0a50 /Gemfile
parente5990db539ccbad926616b3e01736454dca38b75 (diff)
downloadgitlab-ce-f929411c6da8ddc890cd2d30df632984d1554ad3.tar.gz
Rename gl_project_name -> gl_project_pathsh-log-project-name-with-gitaly
Upgrade gitaly-proto to 1.10.0 to have this field.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 322b5951973..062c5a0605c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -422,7 +422,7 @@ group :ed25519 do
end
# Gitaly GRPC client
-gem 'gitaly-proto', '~> 1.5.0', require: 'gitaly'
+gem 'gitaly-proto', '~> 1.10.0', require: 'gitaly'
gem 'grpc', '~> 1.15.0'
gem 'google-protobuf', '~> 3.6'