Skip to content

Commit

Permalink
update ruby version for rvm install in /doc/PREQUISITES.md (publiclab…
Browse files Browse the repository at this point in the history
…#8502)

Co-authored-by: Kenneth Ofosu <kofosu89@gmail.com>
  • Loading branch information
2 people authored and lagunasmel committed Mar 2, 2021
1 parent cde67fe commit b2f5455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/PREREQUISITES.md
Expand Up @@ -24,9 +24,9 @@ Install rvm for Ruby management (http://rvm.io)

**Ubuntu users:** You may need to enable `Run command as a login shell` in Ubuntu's Terminal, under `Edit > Profile Preferences > Title and Command`. Then close the terminal and reopen it. You may also want to run `source ~/.rvm/scripts/rvm` to load RVM.

Then, use RVM to install version 2.4.4 of Ruby. (v1.9.3+ should also work):
Then, use RVM to install version 2.6.6 of Ruby. (v1.9.3+ should also work):

`rvm install 2.4.4`
`rvm install 2.6.6`


### Gems with Bundler
Expand Down

0 comments on commit b2f5455

Please sign in to comment.