Merge pull request #11599 from github-maccloud/macos-ruby-changes

[macOS] Removing Ruby 3.0 and making 3.3 as a default version.
This commit is contained in:
ijunaidm1
2025-02-14 12:17:08 -06:00
committed by GitHub
3 changed files with 4 additions and 8 deletions

View File

@@ -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

View File

@@ -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.*",

View File

@@ -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.*",