Add foreman to bin/setup (#6007)

This commit is contained in:
Mac Siri 2020-02-10 16:08:57 -05:00 committed by GitHub
parent 3258bc357a
commit a4a846fc74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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