From 9dff9642b6ec3e27e166983280fb341c8a6cc808 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Wed, 8 Jul 2020 20:35:53 +0200 Subject: [PATCH] bundler: disable post install messages in production closes #8131 --- script/configure_bundler | 1 + 1 file changed, 1 insertion(+) diff --git a/script/configure_bundler b/script/configure_bundler index 06ab723aa..5032f9847 100755 --- a/script/configure_bundler +++ b/script/configure_bundler @@ -19,6 +19,7 @@ config("with #{database}") if rails_env == "production" config("without test:development") + config("ignore_messages true") elsif rails_env == "test" config("without development") end