Skip to content

Instantly share code, notes, and snippets.

@WaKeMaTTa
Forked from jch/.gemrc
Created August 16, 2016 11:42
Show Gist options
  • Save WaKeMaTTa/cb2e30b495576ac98a9218c5d7d3202a to your computer and use it in GitHub Desktop.
Save WaKeMaTTa/cb2e30b495576ac98a9218c5d7d3202a 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