Skip to content

Instantly share code, notes, and snippets.

@reyesyang
Forked from jch/.gemrc
Created June 22, 2017 03:33
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 reyesyang/aab0638ba83cfb99a5c53666cf8b0ca8 to your computer and use it in GitHub Desktop.
Save reyesyang/aab0638ba83cfb99a5c53666cf8b0ca8 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