Skip to content

Instantly share code, notes, and snippets.

@rchampourlier
Created September 6, 2011 12:53
Embed
What would you like to do?
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