Upgrade to Ruby 2.6 on Linux
February 26, 2019
To be ready for Rails 6 upgrade we needed to install Ruby 2.5 or above, so we went for ruby 2.6.1
Up till now we had been running Rails 5.2.2 on Ruby 2.4.1.
So here are the steps we took:- update ruby version in /.ruby-version file
Intall Ruby 2.6
$ sudo apt-get update $ rvm get stable --autolibs=enable gpg: Signature made Sun 30 Dec 2018 10:44:46 GMT using RSA key ID 39499BDB gpg: Can't check signature: No public key Warning, RVM 1.
...
Read more