From fdb50805f3c12829a9265575fb4f7329cd50bfa6 Mon Sep 17 00:00:00 2001 From: Ahmad Sherif Date: Tue, 6 Mar 2018 18:27:09 +0100 Subject: Upgrade grpc gem to 1.10.0 Related to gitaly#1060 --- Gemfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 35f9b081fdf..49807fb60b4 100644 --- a/Gemfile +++ b/Gemfile @@ -412,9 +412,7 @@ end # Gitaly GRPC client gem 'gitaly-proto', '~> 0.88.0', require: 'gitaly' -# Explicitly lock grpc as we know 1.9 is bad -# 1.10 is still being tested. See gitlab-org/gitaly#1059 -gem 'grpc', '~> 1.8.3' +gem 'grpc', '~> 1.10.0' # Locked until https://github.com/google/protobuf/issues/4210 is closed gem 'google-protobuf', '= 3.5.1' -- cgit v1.2.3