nak1114 / rbenv-win

rbenv for Windows
MIT License
102 stars 33 forks source link

Add newer available Ruby versions #11

Closed meustrus closed 5 years ago

meustrus commented 5 years ago

This adds currently available versions 2.4.5, 2.5.3, and 2.6.0.

For Ruby versions starting with 2.4.0, RubyInstaller uses a different system for DevKit. Therefore, for these newer versions, the installer must defer to 'ridk.cmd install' instead of installing the legacy DevKit bundle.

nak1114 commented 5 years ago

Thanks for your PR.

I will merge and try it out