Add foreman to bin/setup (#6007)
This commit is contained in:
parent
3258bc357a
commit
a4a846fc74
1 changed files with 2 additions and 0 deletions
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue