Skip to content

Commit

Permalink
fix outdated ruby versions listed in README publiclab#412 (publiclab#416
Browse files Browse the repository at this point in the history
)
  • Loading branch information
coreytegeler authored and chen-robert committed Dec 5, 2019
1 parent 3a4ae4a commit 47abd95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,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 Profile Preferences > Title and Command. Then close the terminal and reopen it.

Then, use RVM to install version 2.1.2 of Ruby:
Then, use RVM to install version 2.4.4 of Ruby:

`rvm install 2.1.2`
`rvm install 2.4.4`

You'll also need **bower** which is available through NPM. To install NPM, you can run:

Expand Down

0 comments on commit 47abd95

Please sign in to comment.