Skip to content

Instantly share code, notes, and snippets.

@bekicot
Created October 14, 2013 09:32
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 bekicot/6973213 to your computer and use it in GitHub Desktop.
Save bekicot/6973213 to your computer and use it in GitHub Desktop.
Gem Rc Profile
# ~/.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
# :ssl_verify_mode: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment