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:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2018-09-04 22:57:03 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2018-09-06 22:01:47 +0300
commit932b2af84446c117bb6743ee794688d0f81f0fee (patch)
treed7304a52f27244030005fd7faf4c0783da6b8ba3 /Gemfile
parentdd6604027411c407b675be52285b158fa9f0bf89 (diff)
Use gitaly-proto 0.117.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index fe788370640..f14e05d43e0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -425,7 +425,7 @@ group :ed25519 do
end
# Gitaly GRPC client
-gem 'gitaly-proto', '~> 0.113.0', require: 'gitaly'
+gem 'gitaly-proto', '~> 0.117.0', require: 'gitaly'
gem 'grpc', '~> 1.11.0'
# Locked until https://github.com/google/protobuf/issues/4210 is closed