From bd40a6b7a0ecabb81bb6b5cdc3fd85694cd03e31 Mon Sep 17 00:00:00 2001
From: Rishabh <5862206+rishabhnambiar@users.noreply.github.com>
Date: Tue, 31 Jul 2018 08:48:27 +0530
Subject: [PATCH] Add 'rake' to bundle install command

Without installing rake, `bundle install` fails when trying to install `sassc`.
---
 docs/DEVELOPER-ADVANCED.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/DEVELOPER-ADVANCED.md b/docs/DEVELOPER-ADVANCED.md
index 1b21fa38dfc..9e0ac26a591 100644
--- a/docs/DEVELOPER-ADVANCED.md
+++ b/docs/DEVELOPER-ADVANCED.md
@@ -23,7 +23,7 @@ To get your Ubuntu 16.04 LTS install up and running to develop Discourse and Dis
 
     rvm install 2.5.1
     rvm --default use 2.5.1 # If this error out check https://rvm.io/integration/gnome-terminal
-    gem install bundler mailcatcher
+    gem install bundler mailcatcher rake
 
     # Postgresql
     sudo -u postgres -i