diff options
author | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2018-03-02 14:03:11 +0100 |
---|---|---|
committer | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2018-03-06 11:32:49 +0100 |
commit | cf34f33ac906eb9011a6f1dc0979c9bfc4e09e59 (patch) | |
tree | 42138c9532a39c71be534cacd7de0f6531d2bd08 /Gemfile | |
parent | b8aa65d47cea9c5db27e04f21d0ce5ca818a8c67 (diff) | |
download | gitlab-ce-cf34f33ac906eb9011a6f1dc0979c9bfc4e09e59.tar.gz |
Lock gRPC gem to 1.8
Given 1.9 has issues we're aware of, for now we're locking to 1.8.
Closes gitlab-org/gitaly#1059 and will probably be removed if 1.10 is
tested an deemed ok.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -412,6 +412,10 @@ 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' + # Locked until https://github.com/google/protobuf/issues/4210 is closed gem 'google-protobuf', '= 3.5.1' |