mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-10-29 08:11:09 +01:00
Skip ri/rdoc when installing jruby-launcher
This commit is contained in:
parent
c3bae8b6a9
commit
39f77ffd17
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue