Loading bin/ruby-build +1 −1 Original line number Diff line number Diff line Loading @@ -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 test/build.bats +1 −1 Original line number Diff line number Diff line Loading @@ -676,7 +676,7 @@ DEF assert_build_log <<OUT jruby [-e,puts JRUBY_VERSION] jruby [gem,install,jruby-launcher] jruby [gem,install,jruby-launcher,--no-document] OUT run ls "${INSTALL_ROOT}/bin" Loading Loading
bin/ruby-build +1 −1 Original line number Diff line number Diff line Loading @@ -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
test/build.bats +1 −1 Original line number Diff line number Diff line Loading @@ -676,7 +676,7 @@ DEF assert_build_log <<OUT jruby [-e,puts JRUBY_VERSION] jruby [gem,install,jruby-launcher] jruby [gem,install,jruby-launcher,--no-document] OUT run ls "${INSTALL_ROOT}/bin" Loading