Ruby 2.6 と RubyInstaller2

ridk use というコマンドが使える。

C:\Users\知生\Documents\code\Ruby>ridk use
1 - C:/Ruby25   ruby 2.5.5p157 (2019-03-15 revision 67260) [i386-mingw32]
2 - C:/Ruby25-x64       ruby 2.5.5p157 (2019-03-15 revision 67260) [x64-mingw32]

3 - C:/Ruby26   ruby 2.6.3p62 (2019-04-16 revision 67580) [i386-mingw32]
4 - C:/Ruby26-x64       ruby 2.6.3p62 (2019-04-16 revision 67580) [x64-mingw32]
Select ruby version to enable: 3
Disable C:/Ruby25
Disable C:/Ruby25
Disable C:/Ruby26
Disable C:/Ruby26-x64
Enable C:/Ruby26

C:\Users\知生\Documents\code\Ruby>ruby -v
ruby 2.6.3p62 (2019-04-16 revision 67580) [i386-mingw32]

※参考
WindowsにおけるRubyやRailsの環境構築方法をいろいろ調べてみた(2017年3月版) - Qiita