Install grpc and graphiql-rails using gem command

This commit is contained in:
Pirate Praveen 2022-03-03 20:57:33 +05:30
parent 40a5e35635
commit 3835bf1301

View file

@ -60,6 +60,11 @@ test -f ${gitlab_common_conf} && . ${gitlab_common_conf}
# Required for embedded gems
export GEM_HOME=/var/lib/gitlab/.gem
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