Install grpc and graphiql-rails using gem command
This commit is contained in:
parent
40a5e35635
commit
3835bf1301
1 changed files with 5 additions and 0 deletions
5
debian/gitlab.postinst
vendored
5
debian/gitlab.postinst
vendored
|
@ -60,6 +60,11 @@ test -f ${gitlab_common_conf} && . ${gitlab_common_conf}
|
||||||
|
|
||||||
# Required for embedded gems
|
# Required for embedded gems
|
||||||
export GEM_HOME=/var/lib/gitlab/.gem
|
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
|
# update Gemfile.lock and yarn.lock, always
|
||||||
|
|
Loading…
Reference in a new issue