How to upgrade Ruby to 2.0

后端 未结 3 1507
刺人心
刺人心 2021-02-04 08:46

My ruby version is

ruby 1.9.3p374 (2013-01-15) [i386-mingw32]

and I am running under Windows 8 with mingw installed.

How can I upgrade

3条回答
  •  滥情空心
    2021-02-04 09:35

    Well you could just try building it from source, just like how you installed 1.9.3. Personally I would recommend using something like RubyInstaller or better still doing Ruby development inside a Linux VM.

提交回复
热议问题