Skip ri/rdoc when installing jruby-launcher

This commit is contained in:
Benoit Daloze 2023-10-23 12:19:34 +02:00
parent c3bae8b6a9
commit 39f77ffd17
2 changed files with 2 additions and 2 deletions

View file

@ -787,7 +787,7 @@ install_jruby_launcher() {
jruby_version="$(./ruby -e 'puts JRUBY_VERSION' 2>/dev/null)"
[[ $jruby_version != "9.2."* ]] ||
./ruby gem update -q --silent --system 3.3.26 --no-document --no-post-install-message >&4 2>&1
{ ./ruby gem install jruby-launcher
{ ./ruby gem install jruby-launcher --no-document
} >&4 2>&1
}