[macOS]Removing 3.0 & making 3.3 as default for ruby

This commit is contained in:
aartis17
2025-02-06 13:20:33 +05:30
parent 43d2c65c7b
commit 78fbd72a49
3 changed files with 4 additions and 8 deletions

View File

@@ -9,8 +9,8 @@ source ~/utils/utils.sh
echo "Updating RubyGems..." echo "Updating RubyGems..."
gem update --system gem update --system
# Temporarily install activesupport 7.1.5.1 due to compatibility issues with cocoapods https://github.com/CocoaPods/CocoaPods/issues/12081 # 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.1.5.1 gem install activesupport -v 7.2.2.1
gemsToInstall=$(get_toolset_value '.ruby.rubygems | .[]') gemsToInstall=$(get_toolset_value '.ruby.rubygems | .[]')
if [[ -n $gemsToInstall ]]; then if [[ -n $gemsToInstall ]]; then

View File

@@ -116,7 +116,7 @@
} }
}, },
"ruby": { "ruby": {
"default": "3.0", "default": "3.3",
"rubygems": [ "rubygems": [
"cocoapods", "cocoapods",
"bundler", "bundler",
@@ -212,7 +212,6 @@
"arch": { "arch": {
"x64": { "x64": {
"versions": [ "versions": [
"3.0.*",
"3.1.*", "3.1.*",
"3.2.*", "3.2.*",
"3.3.*", "3.3.*",
@@ -221,7 +220,6 @@
}, },
"arm64": { "arm64": {
"versions": [ "versions": [
"3.0.*",
"3.1.*", "3.1.*",
"3.2.*", "3.2.*",
"3.3.*", "3.3.*",

View File

@@ -120,7 +120,7 @@
} }
}, },
"ruby": { "ruby": {
"default": "3.0", "default": "3.3",
"rubygems": [ "rubygems": [
"cocoapods", "cocoapods",
"bundler", "bundler",
@@ -200,7 +200,6 @@
"arch": { "arch": {
"x64": { "x64": {
"versions": [ "versions": [
"3.0.*",
"3.1.*", "3.1.*",
"3.2.*", "3.2.*",
"3.3.*", "3.3.*",
@@ -209,7 +208,6 @@
}, },
"arm64": { "arm64": {
"versions": [ "versions": [
"3.0.*",
"3.1.*", "3.1.*",
"3.2.*", "3.2.*",
"3.3.*", "3.3.*",