From 9e8e89a405e171732eceab90a964165af31c67b5 Mon Sep 17 00:00:00 2001 From: Sara Powell Date: Sat, 22 Oct 2016 13:02:59 -0400 Subject: [PATCH] Added note about using vagrant in event of installation issues with ruby v2.7.1 --- docs/sources/installation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/sources/installation.md b/docs/sources/installation.md index 7cd87d16..f0de4108 100644 --- a/docs/sources/installation.md +++ b/docs/sources/installation.md @@ -8,6 +8,9 @@ Here are some requirements and guides to contributing to the Girl Develop It web * [homebrew](http://brew.sh/), a package manager for Mac OS X. * [rvm](http://rvm.io/), a command-line tool to manage different versions of Ruby. * ruby 2.1.7 + +**Note:** If you experience difficulty installing Ruby 2.1.7 due to end-of-life alerts, please scroll down and follow the instructions for Vagrant installation instead. + * PostgreSQL 9.3.+ * Install with homebrew using `brew install postgres` and follow the brew instructions for these with `brew update` and `brew doctor`. * **OR**