-
-
Save unflores/4293c4049bfa986d9573 to your computer and use it in GitHub Desktop.
gemrc example
This file contains 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