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

12 lines
260 B
Diff
Raw Normal View History

2018-03-19 14:09:54 +05:30
--- a/Gemfile
+++ b/Gemfile
2018-03-27 22:49:57 +05:30
@@ -401,7 +401,7 @@
2018-03-27 20:24:05 +05:30
gem 'grpc', '~> 1.10.0'
2018-03-19 14:09:54 +05:30
# Locked until https://github.com/google/protobuf/issues/4210 is closed
-gem 'google-protobuf', '= 3.5.1'
+gem 'google-protobuf', '~> 3.2'
2018-03-27 20:24:05 +05:30
gem 'toml-rb', '~> 1.0', require: false
2018-03-19 14:09:54 +05:30