Switch back to ruby-grpc package from archive

This commit is contained in:
Pirate Praveen 2022-04-01 23:16:36 +05:30
parent 66c64859dc
commit 63a14ed45d

View file

@ -64,7 +64,6 @@ export GEM_PATH=$(gem env gempath)
# Updating these rubygem packages are complicated
runuser -u ${gitlab_user} -- sh -c "gem install -v 1.8.0 graphiql-rails"
runuser -u ${gitlab_user} -- sh -c "gem install -v 1.42 grpc"
#######################################################################
# update Gemfile.lock and yarn.lock, always