|
|
|
|
|
by lobster_johnson
4885 days ago
|
|
The .gemrc file is YAML [1], does that even work without "gem:" in front? Mine looks like this: gem: --no-rdoc --no-ri --both
verbose: true
update_sources: true
sources:
- http://rubygems.org/
backtrace: false
bulk_threshold: 1000
benchmark: false
[1] http://docs.rubygems.org/read/chapter/11 |
|