rbenv / ruby-build

A tool to download, compile, and install Ruby on Unix-like systems.
https://rbenv.org/man/ruby-build.1
MIT License
3.89k stars 785 forks source link

Simplify JRuby version check #2406

Closed mislav closed 5 months ago

mislav commented 5 months ago

In case shelling out to jruby failed, the error output wouldn't get printed to stderr but ruby-build would abort.

Followup to https://github.com/rbenv/ruby-build/pull/2246

Ref. #2403