From ec11088c912bb00d8e2da936f19ef0a2da7dc3ff Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Fri, 15 Jul 2022 19:47:59 +0400 Subject: [PATCH] Xcversion is not depend on old CLAide version anymore (#5913) --- images/macos/provision/core/rubygem.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/images/macos/provision/core/rubygem.sh b/images/macos/provision/core/rubygem.sh index 739062978..60cd1c93d 100755 --- a/images/macos/provision/core/rubygem.sh +++ b/images/macos/provision/core/rubygem.sh @@ -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