How to disable post-install messages from rubygems?

后端 未结 4 2317
轮回少年
轮回少年 2021-02-20 10:16

I\'m tired of seeing silly messages like this, after installing gems:

Post-install message from httparty:
When you HTTPa         


        
4条回答
  •  面向向阳花
    2021-02-20 10:22

    I wouldn't recommend disabling them. Granted HTTParty's isn't useful, but the reason they are there is to tell you something important about upgrades, etc.

    If it were me, I would fork httparty's gem, remove the message, and submit a pull request pointing out that it's not helpful and increases the signal to noise ratio.

提交回复
热议问题