Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 384 Bytes

rvm.md

File metadata and controls

12 lines (10 loc) · 384 Bytes

rvm setup

Install rvm if necessary

If you want to use RVM and don't have it, install rvm

curl -sSL https://get.rvm.io | bash -s stable --ruby

Set local version

In the home directory of this project, run the following commands to set the version of ruby that we're using for this project

rvm install 2.4.2
rvm use 2.4.2