How to disable post-install messages from rubygems?
问题 I'm tired of seeing silly messages like this, after installing gems: Post-install message from httparty: When you HTTParty, you must party hard! In a quick scan of the RubyGems Guides I found no option to disable post-install messages. I'm hoping to be able to configure this in my ~/.gemrc . 回答1: This gem will disable all post install messages of other gems. 回答2: To ignore all post-install messages, in all projects: bundle config --global ignore_messages true Documentation: ignore_messages