mirror of https://github.com/bjeanes/dotfiles.git
Don't require sudo on gem install
parent
e44dccef87
commit
dca4982e07
10
ruby/gemrc
10
ruby/gemrc
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
:benchmark: false
|
||||
gem: --no-rdoc --no-ri
|
||||
:backtrace: false
|
||||
---
|
||||
:update_sources: true
|
||||
:sources:
|
||||
:sources:
|
||||
- http://gemcutter.org
|
||||
:verbose: true
|
||||
:bulk_threshold: 1000
|
||||
gem: -n/usr/local/bin --no-ri --no-rdoc
|
||||
:backtrace: false
|
||||
:benchmark: false
|
||||
|
|
Loading…
Reference in New Issue