blob: 65163119a8ab164995bfe7fc711026fe6ac28a33 (
plain)
| 1
2
3
4
5
 | # 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
 |