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-01 22:56:41 +0300
committerAhmad Sherif <me@ahmadsherif.com>2018-02-08 02:26:45 +0300
commitdabc703a2958aeb6cdd73687b0fda51f2992cc19 (patch)
treed2f978e4d21998aba82329cdc5bbc0bc33a2d8ba /Gemfile
parentdbb934c8e2b5d138721f9d89afcf8ebbf814bed2 (diff)
Migrate Git::Blob.batch to Gitaly
Closes gitaly#985
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index cb381aa12c8..6395a25a346 100644
--- a/Gemfile
+++ b/Gemfile
@@ -410,7 +410,7 @@ group :ed25519 do
end
# Gitaly GRPC client
-gem 'gitaly-proto', '~> 0.83.0', require: 'gitaly'
+gem 'gitaly-proto', '~> 0.84.0', require: 'gitaly'
# Locked until https://github.com/google/protobuf/issues/4210 is closed
gem 'google-protobuf', '= 3.5.1'