Skip to content

Instantly share code, notes, and snippets.

@wellington1993
Forked from jch/.gemrc
Created April 5, 2016 11:26
Show Gist options
  • Save wellington1993/86e7351dcea76b07c8daf3f73f50b77c to your computer and use it in GitHub Desktop.
Save wellington1993/86e7351dcea76b07c8daf3f73f50b77c to your computer and use it in GitHub Desktop.
gemrc example
# http://docs.rubygems.org/read/chapter/11
---
gem: --no-ri --no-rdoc
benchmark: false
verbose: true
update_sources: true
sources:
- http://gems.rubyforge.org/
- http://rubygems.org/
backtrace: true
bulk_threshold: 1000
# HTTP Proxy options
# http-proxy: http://example.com:80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment