summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAlejandro Rodríguez <alejorro70@gmail.com>2018-10-15 01:09:27 -0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2018-10-15 15:28:47 -0300
commit6d57cf9dd27495de966c251b3c0f736c9bb4d526 (patch)
tree245e90f42062bf4f625c59a59f9138566a61b463 /Gemfile
parent75b6ed8d2d0591efa19b02173c0524551e95f691 (diff)
downloadgitlab-ce-6d57cf9dd27495de966c251b3c0f736c9bb4d526.tar.gz
Use grpc v1.15.x
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index ecbfba0827d..41049dd6ebd 100644
--- a/Gemfile
+++ b/Gemfile
@@ -421,7 +421,7 @@ end
# Gitaly GRPC client
gem 'gitaly-proto', '~> 0.118.1', require: 'gitaly'
-gem 'grpc', '~> 1.11.0'
+gem 'grpc', '~> 1.15.0'
# Locked until https://github.com/google/protobuf/issues/4210 is closed
gem 'google-protobuf', '= 3.5.1'