Xcversion is not depend on old CLAide version anymore (#5913)

This commit is contained in:
Mikhail Timofeev
2022-07-15 19:47:59 +04:00
committed by GitHub
parent 92f8e13d53
commit ec11088c91

View File

@@ -1,9 +1,8 @@
#!/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 3.2.33
gem update --system
gemsToInstall=$(get_toolset_value '.ruby.rubygems | .[]')
if [ -n "$gemsToInstall" ]; then