debian-mirror-gitlab/debian/patches/0391-relax-google-protobuf.patch

12 lines
308 B
Diff
Raw Normal View History

2018-03-19 14:09:54 +05:30
--- a/Gemfile
+++ b/Gemfile
@@ -397,7 +397,7 @@
# Gitaly GRPC client
gem 'gitaly-proto', '~> 0.84', require: 'gitaly'
# Locked until https://github.com/google/protobuf/issues/4210 is closed
-gem 'google-protobuf', '= 3.5.1'
+gem 'google-protobuf', '~> 3.2'
gem 'toml-rb', '>= 0.3.15', require: false