getting rid of ruby gems that won't die

后端 未结 7 1405
鱼传尺愫
鱼传尺愫 2020-12-08 01:27

I\'ve got a few ruby gems that won\'t go away.

I think it has to do with when I installed them. Occasionally I have forgotten to use \"sudo\" before doing a gem i

7条回答
  •  离开以前
    2020-12-08 01:44

    update your version of ruby gems gem update --system then hopefully gem uninstall xxx will work right now [was a bug in older versions]

提交回复
热议问题