postmodern / chruby

Changes the current Ruby
MIT License
2.85k stars 190 forks source link

Switching does not do what you expect with double digit patch level version numbers #363

Open deivid-rodriguez opened 8 years ago

deivid-rodriguez commented 8 years ago
$ chruby
  jruby-1.7.24
  jruby-9.0.5.0
  ruby-2.0.0-p648
  ruby-2.1.10
  ruby-2.1.9
  ruby-2.2.4
 * ruby-2.3.0 
$ chruby 2.1
$ chruby
  jruby-1.7.24
  jruby-9.0.5.0
  ruby-2.0.0-p648
  ruby-2.1.10
 * ruby-2.1.9 
  ruby-2.2.4
  ruby-2.3.0
donv commented 7 years ago

This is happening with JRuby now.