From a4a846fc741b9e65e6d3899217ca140b2b739061 Mon Sep 17 00:00:00 2001 From: Mac Siri Date: Mon, 10 Feb 2020 16:08:57 -0500 Subject: [PATCH] Add foreman to bin/setup (#6007) --- bin/setup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/setup b/bin/setup index 9ad525977..f43feea71 100755 --- a/bin/setup +++ b/bin/setup @@ -17,6 +17,8 @@ chdir APP_ROOT do system! 'gem install bundler --conservative' system('bundle check') || system!('bundle install') + system! 'gem install foreman' + # Install JavaScript dependencies if using Yarn system('bin/yarn')