“gem update --system is disabled on Debian” error

前端 未结 3 1018
孤独总比滥情好
孤独总比滥情好 2021-02-06 02:11

When I try to update rubygems (by running \'gem update --system\') I get this error:

ERROR:  While executing gem ... (RuntimeError)
gem update --system is disabl         


        
3条回答
  •  不要未来只要你来
    2021-02-06 02:28

    Just from reading the error message, I'd suggest updating RubyGems via apt (sudo apt-get install rubygems) instead of from within RubyGems.

提交回复
热议问题