debian-mirror-gitlab/debian/patches/0486-relax-grpc-protobuf.patch

15 lines
254 B
Diff
Raw Normal View History

--- a/Gemfile
+++ b/Gemfile
@@ -411,9 +411,9 @@
# Gitaly GRPC protocol definitions
2020-03-12 18:50:15 +05:30
gem 'gitaly', '~> 1.86'
-gem 'grpc', '~> 1.24'
+gem 'grpc', '~> 1.19'
-gem 'google-protobuf', '~> 3.8'
+gem 'google-protobuf', '~> 3.7'
2020-03-12 18:50:15 +05:30
gem 'toml-rb', '~> 1.0'