Switch back to using packaged ruby-google-protobuf (see #992008)

This commit is contained in:
Pirate Praveen 2021-08-10 01:04:42 +05:30
parent 27478f47b8
commit 217cc28279
2 changed files with 1 additions and 3 deletions

2
debian/control vendored
View file

@ -385,7 +385,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
ruby-gitaly (>= 13.12~),
# See #966653
# ruby-grpc (>= 1.30.2~),
# ruby-google-protobuf (>= 3.14~),
ruby-google-protobuf (>= 3.17.3-1.1~),
#
ruby-toml-rb (>= 1.0.0-2~),
# Feature toggles

View file

@ -41,8 +41,6 @@ test -f ${gitlab_common_defaults} && . ${gitlab_common_defaults}
# Setting GEM_HOME seems not working for all cases, help welcome to fix it
# Workaround for #966653
/usr/bin/gem install -v 1.30.2 grpc
# Workaround for #989774
/usr/bin/gem install -v 3.17.1 google-protobuf
#######################################################################
# Read debian specific configuration