Can't update RubyGems

前端 未结 8 2559
臣服心动
臣服心动 2021-02-19 23:40

I\'m having difficulties updating RubyGems from version 1.1.1 to newest. I\'ve tried the following:

gem update

Result:

8条回答
  •  走了就别回头了
    2021-02-19 23:53

    NOTE: RubyGems 1.1 and 1.2 have problems upgrading when there is no rubygems-update installed. You will need to use the following instructions if you see Nothing to update. If you have an older version of RubyGems installed, then you can still do it in two steps:

    $ gem install rubygems-update  # again, might need to be admin/root
    $ update_rubygems              # ... here too
    

提交回复
热议问题