[macOS] Move Ruby and Go versions to toolset (#4046)

This commit is contained in:
Dibir Magomedsaygitov
2021-09-10 14:41:17 +03:00
committed by GitHub
parent 045e638562
commit d022b0d6a8
15 changed files with 81 additions and 39 deletions

View File

@@ -229,7 +229,6 @@
"gh",
"gnupg",
"gnu-tar",
"go@1.15",
"helm",
"libpq",
"llvm",
@@ -279,5 +278,19 @@
"versions": [
"2.1"
]
},
"ruby": {
"default": "2.7",
"rubygems": [
"xcode-install",
"cocoapods",
"nomad-cli",
"xcpretty",
"bundler",
"fastlane"
]
},
"go": {
"default": "1.15"
}
}

View File

@@ -250,7 +250,6 @@
"gh",
"gnupg",
"gnu-tar",
"go@1.15",
"helm",
"kotlin",
"libpq",
@@ -350,12 +349,18 @@
"2.1"
]
},
"rubygems": [
"xcode-install",
"cocoapods",
"nomad-cli",
"xcpretty",
"bundler",
"fastlane"
]
"ruby": {
"default": "2.7",
"rubygems": [
"xcode-install",
"cocoapods",
"nomad-cli",
"xcpretty",
"bundler",
"fastlane"
]
},
"go": {
"default": "1.15"
}
}

View File

@@ -201,7 +201,6 @@
"gh",
"gnupg",
"gnu-tar",
"go@1.15",
"helm",
"kotlin",
"libpq",
@@ -304,12 +303,18 @@
"5.0"
]
},
"rubygems": [
"xcode-install",
"cocoapods",
"nomad-cli",
"xcpretty",
"bundler",
"fastlane"
]
"ruby": {
"default": "2.7",
"rubygems": [
"xcode-install",
"cocoapods",
"nomad-cli",
"xcpretty",
"bundler",
"fastlane"
]
},
"go": {
"default": "1.15"
}
}

View File

@@ -147,7 +147,6 @@
"gh",
"gnupg",
"gnu-tar",
"go@1.15",
"helm",
"kotlin",
"libpq",
@@ -239,12 +238,18 @@
"5.0"
]
},
"rubygems": [
"xcode-install",
"cocoapods",
"nomad-cli",
"xcpretty",
"bundler",
"fastlane"
]
"ruby": {
"default": "2.7",
"rubygems": [
"xcode-install",
"cocoapods",
"nomad-cli",
"xcpretty",
"bundler",
"fastlane"
]
},
"go": {
"default": "1.15"
}
}