Revert "[Ubuntu] Force ruby gem to check gems (#9022)" (#9054)

This reverts commit 1f11cd7e17.
This commit is contained in:
Erik Bershel
2023-12-20 22:51:25 +01:00
committed by GitHub
parent dec20a5272
commit 43e3d8bfc6

View File

@@ -14,7 +14,7 @@ gemsToInstall=$(get_toolset_value ".rubygems[] .name")
if [ -n "$gemsToInstall" ]; then
for gem in $gemsToInstall; do
echo "Installing gem $gem"
gem install $gem -P MediumSecurity
gem install $gem
done
fi