postmodern / chruby

Changes the current Ruby
MIT License
2.88k stars 189 forks source link

Fix "chruby ruby" to match std Ruby first #448

Closed esotericpig closed 3 years ago

esotericpig commented 4 years ago

Fix chruby ruby to match the standard Ruby first over TruffleRuby/JRuby. Issue #447

However, if there is only TruffleRuby/JRuby installed, chruby ruby should still match them.

esotericpig commented 3 years ago

The entire logic will require being changed to parse the version numbers.

Unfortunately, this is outside my ability in bash at the moment.