Skip to content

Instantly share code, notes, and snippets.

@cassioalmeidas
Created January 6, 2014 22:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cassioalmeidas/8290598 to your computer and use it in GitHub Desktop.
Save cassioalmeidas/8290598 to your computer and use it in GitHub Desktop.
Minhas configurações para gems.
# ~/.gemrc
---
:verbose: true
:bulk_threshold: 1000
install: --no-ri --no-rdoc --env-shebang
:sources:
- http://gemcutter.org
- http://gems.rubyforge.org/
- http://gems.github.com
:benchmark: false
:backtrace: false
update: --no-ri --no-rdoc --env-shebang
:update_sources: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment