Skip to content

Instantly share code, notes, and snippets.

@rcaetano
Created May 26, 2011 16:45
Show Gist options
  • Save rcaetano/993497 to your computer and use it in GitHub Desktop.
Save rcaetano/993497 to your computer and use it in GitHub Desktop.
Sample gemrc file
~ $ cat ~/.gemrc
---
:update_sources: true
:bulk_threshold: 1000
:sources:
- http://gems.rubyforge.org
- http://gems.github.com
gem: --no-ri --no-rdoc
:verbose: true
:benchmark: false
:backtrace: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment