From c413fda483395adbd9f1b4fc88d90fa66d856a23 Mon Sep 17 00:00:00 2001 From: coreytegeler Date: Tue, 19 Mar 2019 13:53:31 -0400 Subject: [PATCH] fix outdated ruby versions listed in README #412 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6909011dd..ff2a8c287 100644 --- a/README.md +++ b/README.md @@ -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: