bundler: disable post install messages in production

closes #8131
This commit is contained in:
Jonne Haß
2020-07-08 20:35:53 +02:00
committed by Dennis Schubert
parent 0937bfc420
commit 9dff9642b6

View File

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