Reputation: 41
I have to stick with the version 2.3.4 mandatorily and I am not able to find any windows installer to install ruby 2.3.4. The only resource I found is a tar/zip file that is available at https://www.ruby-lang.org/en/news/2017/03/30/ruby-2-3-4-released/
I have no idea how to install this,I struggled doing the same using PIK but that couldn't help either,can someone please provide some suggestions how to install 2.3.4 version of ruby.
Upvotes: 2
Views: 3222
Reputation: 6091
You may try the Rails installer for Windows, with Ruby 2.3.3. It includes Ruby, Devkit and Git.
Upvotes: 1
Reputation: 1035
We have several tools on each major platform to install Ruby:
... On Windows machines, you can use RubyInstaller.
https://rubyinstaller.org/downloads/
But the last ruby installer hotfix version is 2.3.3 for 2.3 version and without Devkit, which is almost mandatory on Windows.
https://rubyinstaller.org/downloads/archives/
So i recommend you to upgrade your Ruby version or switch environment since Windows is painfull and not for beginner (lots of issues with gems using C language).
Upgrade from 2.3 to 2.4 (for example) https://wyeworks.com/blog/2016/6/22/behavior-changes-in-ruby-2.4
Upvotes: -1