diff options
Diffstat (limited to 'testing/ruby/gemrc')
-rw-r--r-- | testing/ruby/gemrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/ruby/gemrc b/testing/ruby/gemrc new file mode 100644 index 000000000..3d11de1ec --- /dev/null +++ b/testing/ruby/gemrc @@ -0,0 +1,5 @@ +# Read about the gemrc format at http://docs.rubygems.org/read/chapter/11 + +# --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 |