Configurre bundler to ignore Rpush install message (#13025)
This commit is contained in:
parent
76a7ed6dbe
commit
80e8129628
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ chdir APP_ROOT do
|
|||
system! "gem install bundler --conservative"
|
||||
system! "bundle config --local cache_all true"
|
||||
system! "bundle config --local cache_all_platforms true"
|
||||
system! "bundle config --local ignore_messages.rpush true"
|
||||
system("bundle check") || system!("bundle install")
|
||||
|
||||
system! "gem list \"^foreman$\" -v 0.87.1 -i --silent || gem install foreman"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue