Skip to content

Instantly share code, notes, and snippets.

@ohcibi
Last active December 10, 2015 22:18
Show Gist options
  • Save ohcibi/4501007 to your computer and use it in GitHub Desktop.
Save ohcibi/4501007 to your computer and use it in GitHub Desktop.
# 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: --no-rdoc --no-ri
---
:backtrace: false
:benchmark: false
:bulk_threshold: 1000
:sources:
- http://rubygems.org/
- http://gems.github.com
:update_sources: true
:verbose: true
gem: --no-ri --no-rdoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment