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
No known key found for this signature in database
GPG key ID: 5A0304BEA7966D7E

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