Add 'rake' to bundle install command

Without installing rake, `bundle install` fails when trying to install `sassc`.
This commit is contained in:
Rishabh 2018-07-31 08:48:27 +05:30 committed by GitHub
parent 09bb25a287
commit bd40a6b7a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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