6 lines
266 B
Plaintext
6 lines
266 B
Plaintext
|
# Read about the gemrc format at http://guides.rubygems.org/command-reference/#gem-environment
|
||
|
|
||
|
# --user-install is used to install to $HOME/.gem/ by default since we want to separate
|
||
|
# pacman installed gems and gem installed gems
|
||
|
gem: --user-install
|