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-03-06 20:27:09 +0300
committerAhmad Sherif <me@ahmadsherif.com>2018-03-06 20:27:09 +0300
commitfdb50805f3c12829a9265575fb4f7329cd50bfa6 (patch)
treecaddf99efb4ae4a3b733c075c0b0e3dd60b6a826 /Gemfile
parent5e8138aa54492dd3ace42d889ba01f82e8e19c83 (diff)
Upgrade grpc gem to 1.10.0
Related to gitaly#1060
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 1 insertions, 3 deletions
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'