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:
authorAhmad Sherif <me@ahmadsherif.com>2018-02-16 23:39:43 +0300
committerAhmad Sherif <me@ahmadsherif.com>2018-02-26 18:59:29 +0300
commitc370f53cb68038b469ec219cf2ec248e62a72683 (patch)
treec8d0a5ce899eab4f20f5afa0addaa242209a72bf /Gemfile
parent2aa2731c8b827b6ecb0a87634aca13fe2398ac7e (diff)
Migrate recursive tree entries fetching to Gitaly
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 61c129f3036..6838ddbf01a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -411,7 +411,7 @@ group :ed25519 do
end
# Gitaly GRPC client
-gem 'gitaly-proto', '~> 0.84.0', require: 'gitaly'
+gem 'gitaly-proto', '~> 0.85.0', require: 'gitaly'
# Locked until https://github.com/google/protobuf/issues/4210 is closed
gem 'google-protobuf', '= 3.5.1'