Skip to content

Commit

Permalink
update ruby version for rvm install in /doc/PREQUISITES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kofosu2289 committed Oct 8, 2020
1 parent 5a2155a commit 8d615a9
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 8d615a9

Please sign in to comment.