summaryrefslogtreecommitdiffstats
path: root/arch-up
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2013-04-02 23:41:05 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2013-04-02 23:41:05 +0200
commit15274e885614998edad45afb48aa7400e6dff715 (patch)
tree8b16189098fa0e9c3e8742b0372a251bb9d1f197 /arch-up
parentcfc8cdabc393b3ca7a2f93ca3d9d300f288fa239 (diff)
downloadbin-15274e885614998edad45afb48aa7400e6dff715.zip
bin-15274e885614998edad45afb48aa7400e6dff715.tar.gz
arch-up: add --no-document to gem update cmnd
Diffstat (limited to 'arch-up')
-rwxr-xr-xarch-up2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch-up b/arch-up
index 2afb065..b6d16c2 100755
--- a/arch-up
+++ b/arch-up
@@ -12,7 +12,7 @@ function sudo_run() {
}
function update_gem() {
- run "/usr/bin/gem update"
+ run "/usr/bin/gem update --no-document"
run "/usr/bin/gem clean"
# run "/opt/ruby1.8/bin/gem update"
# run "/opt/ruby1.8/bin/gem clean"