diff --git a/debian/control b/debian/control index b6732ebabd..293096f840 100644 --- a/debian/control +++ b/debian/control @@ -383,8 +383,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby-spamcheck, # Gitaly GRPC client ruby-gitaly (>= 13.12~), -# See #966653 -# ruby-grpc (>= 1.30.2~), + ruby-grpc (>= 1.30.2~), ruby-google-protobuf (>= 3.17.3-1.1~), # ruby-toml-rb (>= 1.0.0-2~), diff --git a/debian/gitlab.postinst b/debian/gitlab.postinst index 042075b31d..619856b7b5 100755 --- a/debian/gitlab.postinst +++ b/debian/gitlab.postinst @@ -37,11 +37,6 @@ test -f ${gitlab_common_defaults} && . ${gitlab_common_defaults} # installation fails and the `postinst' is called with `abort-upgrade', # `abort-remove' or `abort-deconfigure'. -# These gems should be installed as root for gitlab to find it -# 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 - ####################################################################### # Read debian specific configuration #######################################################################