From e1b7ac6123dfa298eadf76cc2d0fb7c1407d20c4 Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Fri, 12 Mar 2021 14:32:36 -0600 Subject: [PATCH] Update Ruby version in README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cae141e0..59790355 100644 --- a/README.md +++ b/README.md @@ -70,9 +70,7 @@ These include: * PostgreSQL 12 (10 probably works) * NodeJS 14 (we require 14 because we want the full internationalization built-in) -* Ruby 2.6.6 (NOTE: the default of Ruby 2.7.1 in Debian should -function but you will receive a ton of deprecation -warnings from Ruby) +* Ruby 2.7.2 There a few optional tools which make working on Houdini easier @@ -127,7 +125,7 @@ curl -sSL https://rvm.io/pkuczynski.asc | gpg --import - curl -sSL https://get.rvm.io | bash -s stable source $HOME/.rvm/scripts/rvm echo 'source "$HOME/.rvm/scripts/rvm"' >> ~/.bashrc -rvm install 2.6.6 --disable-binary --with-jemalloc +rvm install 2.7.2 --disable-binary --with-jemalloc ``` Run the following command as the `postgres` user and then enter your houdini_user