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:
authorJacob Vosmaer <jacob@gitlab.com>2018-04-30 12:35:44 +0300
committerJacob Vosmaer <jacob@gitlab.com>2018-04-30 12:35:44 +0300
commit1bfaf10295c5b3c7ab477a5622ce985fa849c046 (patch)
tree3e1cb6f888dc3ef0bbc0c36f2f27c8edeb3d4250 /Gemfile
parent649f791e054f04512fa42ad0f195a7c75543df98 (diff)
Use grpc 1.11.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 6ca242cbc97..caeaae96164 100644
--- a/Gemfile
+++ b/Gemfile
@@ -414,7 +414,7 @@ end
# Gitaly GRPC client
gem 'gitaly-proto', '~> 0.97.0', require: 'gitaly'
-gem 'grpc', '~> 1.10.0'
+gem 'grpc', '~> 1.11.0'
# Locked until https://github.com/google/protobuf/issues/4210 is closed
gem 'google-protobuf', '= 3.5.1'