Remove heroku from setup

Unused anywhere in this repo
This commit is contained in:
Bill Ruddock 2020-04-02 22:32:54 +01:00 committed by Elliot Winkler
parent ccd539d726
commit 4b7244ac2d
1 changed files with 0 additions and 5 deletions

View File

@ -154,11 +154,6 @@ install-dependencies() {
start postgresql
fi
if ! has-executable heroku; then
banner 'Installing Heroku'
install brew=heroku/brew/heroku heroku
fi
if has-executable rbenv; then
if ! (rbenv versions | grep $RUBY_VERSION'\>' &>/dev/null); then
banner "Installing Ruby $RUBY_VERSION with rbenv"