diff --git a/images/macos/scripts/build/install-rubygems.sh b/images/macos/scripts/build/install-rubygems.sh index 9ffc348b2..99d70c365 100644 --- a/images/macos/scripts/build/install-rubygems.sh +++ b/images/macos/scripts/build/install-rubygems.sh @@ -9,8 +9,8 @@ source ~/utils/utils.sh echo "Updating RubyGems..." gem update --system -# Temporarily install activesupport 7.1.5.1 due to compatibility issues with cocoapods https://github.com/CocoaPods/CocoaPods/issues/12081 -gem install activesupport -v 7.1.5.1 +# Temporarily install activesupport 7.2.2.1 due to compatibility issues with cocoapods https://github.com/CocoaPods/CocoaPods/issues/12081 +gem install activesupport -v 7.2.2.1 gemsToInstall=$(get_toolset_value '.ruby.rubygems | .[]') if [[ -n $gemsToInstall ]]; then diff --git a/images/macos/toolsets/toolset-13.json b/images/macos/toolsets/toolset-13.json index a2401406f..fc8ce29cc 100644 --- a/images/macos/toolsets/toolset-13.json +++ b/images/macos/toolsets/toolset-13.json @@ -116,7 +116,7 @@ } }, "ruby": { - "default": "3.0", + "default": "3.3", "rubygems": [ "cocoapods", "bundler", @@ -212,7 +212,6 @@ "arch": { "x64": { "versions": [ - "3.0.*", "3.1.*", "3.2.*", "3.3.*", @@ -221,7 +220,6 @@ }, "arm64": { "versions": [ - "3.0.*", "3.1.*", "3.2.*", "3.3.*", diff --git a/images/macos/toolsets/toolset-14.json b/images/macos/toolsets/toolset-14.json index ecda55bc7..3d05f4243 100644 --- a/images/macos/toolsets/toolset-14.json +++ b/images/macos/toolsets/toolset-14.json @@ -120,7 +120,7 @@ } }, "ruby": { - "default": "3.0", + "default": "3.3", "rubygems": [ "cocoapods", "bundler", @@ -200,7 +200,6 @@ "arch": { "x64": { "versions": [ - "3.0.*", "3.1.*", "3.2.*", "3.3.*", @@ -209,7 +208,6 @@ }, "arm64": { "versions": [ - "3.0.*", "3.1.*", "3.2.*", "3.3.*",