Install fog-core 2.1.0 using gem install in postinst (for fog-google)

This commit is contained in:
Pirate Praveen 2023-03-09 11:29:45 +05:30
parent b0e263f174
commit ecd99207e9
No known key found for this signature in database
GPG key ID: 8F53E0193B294B75

View file

@ -93,6 +93,10 @@ if [ "$(gem which gitlab-labkit)" = "/var/lib/gitlab/.gem/gems/gitlab-labkit-0.2
runuser -u ${gitlab_user} -- sh -c "gem uninstall -v '~> 0.29.0' gitlab-labkit"
fi
# Gitlab needs this specific version due to
# https://github.com/fog/fog-google/issues/421
# runuser -u ${gitlab_user} -- sh -c "gem install -v 2.1.0 fog-core"
#######################################################################
# update Gemfile.lock and yarn.lock, always
#######################################################################