We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7454a5b commit 2578e48Copy full SHA for 2578e48
images/ubuntu/scripts/build/install-ruby.sh
@@ -20,7 +20,7 @@ gems_to_install=$(get_toolset_value ".rubygems[] .name")
20
if [[ -n "$gems_to_install" ]]; then
21
for gem in $gems_to_install; do
22
echo "Installing gem $gem"
23
- gem install $gem
+ gem install --no-document $gem
24
done
25
fi
26
0 commit comments