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

15 lines
270 B
Diff
Raw Normal View History

--- a/Gemfile
+++ b/Gemfile
2020-02-28 12:49:51 +05:30
@@ -408,9 +408,9 @@
# Gitaly GRPC protocol definitions
2020-01-01 14:40:56 +05:30
gem 'gitaly', '~> 1.73'
-gem 'grpc', '~> 1.24'
+gem 'grpc', '~> 1.19'
-gem 'google-protobuf', '~> 3.8'
+gem 'google-protobuf', '~> 3.7'
gem 'toml-rb', '~> 1.0', require: false