Updating to Ruby 2.1.2

August 9, 2014

Ruby 2.1

Ruby 1.9.3 has been declared EOL, support will end on February 23, 2015

We attempted to install ruby-2.1.2 to upgrade our setup but our RVM was quite old and said 2.1.2 was unavailable, so we needed to update RVM first

$ rvm get stable

Then after reloading rvm we asked it again about available rubies using :

$ rvm reload
$ rvm list known

Finally we can ask rvm to download and install ruby 2.1.2 for us

$ rvm install ruby-2.1.2

Comments

comments powered by Disqus