downgrade rubygems version to 3.2.33 (#4815)

This commit is contained in:
Dibir Magomedsaygitov
2022-01-06 15:50:24 +03:00
committed by GitHub
parent 3c2f1c6350
commit cd453927ca

View File

@@ -1,8 +1,9 @@
#!/bin/bash -e -o pipefail
source ~/utils/utils.sh
# Temporarily downgrade RubyGems version to 3.2.33 due to issue with RubyGems 3.3.3 (https://github.com/actions/virtual-environments-internal/issues/3162)
echo Updating RubyGems...
gem update --system
gem update --system 3.2.33
gemsToInstall=$(get_toolset_value '.ruby.rubygems | .[]')
if [ -n "$gemsToInstall" ]; then