Skip to content

Commit

Permalink
bundler: disable post install messages in production
Browse files Browse the repository at this point in the history
closes #8131
  • Loading branch information
jhass authored and denschub committed Jul 8, 2020
1 parent 0937bfc commit 9dff964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/configure_bundler
Expand Up @@ -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
Expand Down

0 comments on commit 9dff964

Please sign in to comment.