summaryrefslogtreecommitdiffstats
path: root/update
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2021-04-23 09:21:54 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2021-04-23 09:21:54 +0200
commit09105a3a7532f79544f587c51901bf8c0c2d4cb3 (patch)
tree54dee431bceec7e5f44148899834ac780892a7bf /update
parentb8dcb6d71ee454a607906573df1ec246e67ec733 (diff)
downloadbin-09105a3a7532f79544f587c51901bf8c0c2d4cb3.zip
bin-09105a3a7532f79544f587c51901bf8c0c2d4cb3.tar.gz
gem --no-document
Diffstat (limited to 'update')
-rwxr-xr-xupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/update b/update
index 0eacdd6..d6ae546 100755
--- a/update
+++ b/update
@@ -25,7 +25,7 @@ function sudo_run() {
}
function update_gem() {
- # cd .gem/ruby/X.Y.0/specifications/ && ls -1 *.gemspec | sed 's/-\([0-9]\+\.\)\+gemspec//' | while read gem; do gem install $gem; done
+ # cd .gem/ruby/X.Y.0/specifications/ && ls -1 *.gemspec | sed 's/-\([0-9]\+\.\)\+gemspec//' | while read gem; do gem install --no-document $gem; done
sudo_run "rm -fr /usr/lib/ruby/gems/*"
run "/usr/bin/gem update --no-document"
run "/usr/bin/gem clean"