summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <zegerjan@gitlab.com>2018-02-06 16:58:04 +0000
committerMarin Jankovski <marin@gitlab.com>2018-02-06 16:58:04 +0000
commit9f152630aa162cc6e7a66d9087687c605b669514 (patch)
tree207db74c6038f1486787973ab7caf8c04c0bb91e /Gemfile
parente8e4e3fcbe8d63a06e29f48719d70ee94d220281 (diff)
downloadgitlab-ce-9f152630aa162cc6e7a66d9087687c605b669514.tar.gz
Downgrade google-protobuf
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 52ced4a132b..27c745b99a2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -411,6 +411,8 @@ end
# Gitaly GRPC client
gem 'gitaly-proto', '~> 0.83.0', require: 'gitaly'
+# Locked until https://github.com/google/protobuf/issues/4210 is closed
+gem 'google-protobuf', '= 3.5.1'
gem 'toml-rb', '~> 0.3.15', require: false