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:
authorNick Thomas <nick@gitlab.com>2018-04-20 18:48:38 +0300
committerNick Thomas <nick@gitlab.com>2018-04-20 20:48:45 +0300
commit26ea4397e81ad59483ceeeaf433acc9a2e95505e (patch)
tree3bfc6e42a663001706dcd96744de7a23a3ed7208 /Gemfile
parentbadada043414044980e1455287056f294d137efa (diff)
GetSnapshot RPC requires gitaly-proto v0.96
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 848580aee41..6a6dc32b406 100644
--- a/Gemfile
+++ b/Gemfile
@@ -421,7 +421,7 @@ group :ed25519 do
end
# Gitaly GRPC client
-gem 'gitaly-proto', '~> 0.94.0', require: 'gitaly'
+gem 'gitaly-proto', '~> 0.96.0', require: 'gitaly'
gem 'grpc', '~> 1.10.0'
# Locked until https://github.com/google/protobuf/issues/4210 is closed