[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

@@ -4,7 +4,7 @@ source ~/utils/utils.sh
echo Updating RubyGems...
gem update --system
gemsToInstall=$(get_toolset_value ".rubygems[]")
gemsToInstall=$(get_toolset_value '.ruby.rubygems | .[]')
if [ -n "$gemsToInstall" ]; then
for gem in $gemsToInstall; do
echo "Installing gem $gem"