.gemrc に以下を入れておくと gem install が多少早くなる
#lang
#ruby
#gemrc
code:text
cat <<EOT > ~/.gemrc
gem: --no-ri --no-rdoc
EOT