65
35

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

「gem update --system」と「gem update」の違い

Posted at
  • gem update --system
    • RubyGems(gemコマンド)自体のバージョンアップをする
  • gem update
    • インストールされている各gemのバージョンアップをする
    • gem update [GEMNAME]で特定のgemをバージョンアップすることもできる

こういうの意外と一発でググれなくて困る...

他にもプレリリース版のgemにアップデートしたりするオプションなど色々ある模様
https://guides.rubygems.org/command-reference/#gem-update

65
35
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
65
35

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?