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