Add workaround for #989774 (install google-protobuf from rubygems.org)

This commit is contained in:
Pirate Praveen 2021-06-21 00:47:56 +05:30
parent e7bda00cca
commit d3a2479614

View file

@ -10,6 +10,8 @@ cd /usr/share/gitlab
# 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
# Remove all lines from Gemfile.lock
runuser -u ${gitlab_user} -- sh -c "touch ${gitlab_data_dir}/Gemfile.lock && \
truncate -s 0 ${gitlab_data_dir}/Gemfile.lock"