From 6d57cf9dd27495de966c251b3c0f736c9bb4d526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Rodr=C3=ADguez?= Date: Mon, 15 Oct 2018 01:09:27 -0300 Subject: Use grpc v1.15.x --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') 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' -- cgit v1.2.1