LoginSignup
2
2

More than 5 years have passed since last update.

RubyGemのインストール時間を短縮する

Posted at

よく忘れるので自分用にメモ

ホームディレクトリに.gemrcを作成して以下を記述する。

gem: --no-ri --no-rdoc

これでgemのインストール時間が短縮される。

以下を参考にさせていただきました。

参考

2
2
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
2
2