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 it to ruby 2.0 ?
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 it to ruby 2.0 ?
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.
Just install ruby version 2.0 from the official rubyinstaller site.
There's nothing like 'upgrade'. You can actually run both versions on ur PC at the same time (many people prefer that too). Also refer to this question: How to have multiple versions of Ruby AND Rails, and their combinations on Windows?
Pik let you play with and manage multiple versions and flavours of ruby on on your Windows box. I have chosen this way because I'm not sure that everything I need will work on the first try with the new version, hence I want also to keep prior versions.
The installation is also simple: if you haven't jet Pik see topic: "Install pik using rubygems" then "pik install ruby 2.0.0"
for example:
Before
Install
After installation
Now we can use version 2.0.0
Wondering where the hell are the Ruby folders
and so on...