-
-
Save reyesyang/aab0638ba83cfb99a5c53666cf8b0ca8 to your computer and use it in GitHub Desktop.
gemrc example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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