Skip to content

Instantly share code, notes, and snippets.

@rchampourlier
Created September 6, 2011 12:53
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 rchampourlier/1197457 to your computer and use it in GitHub Desktop.
Save rchampourlier/1197457 to your computer and use it in GitHub Desktop.
Snippet for ~/.gemrc suitable for a deployment environment
:update_sources: true
:bulk_threshold: 1000
:sources:
- http://rubygems.org
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