Configurre bundler to ignore Rpush install message (#13025)

This commit is contained in:
Josh Puetz 2021-03-17 10:55:11 -05:00 committed by GitHub
parent 76a7ed6dbe
commit 80e8129628
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"