summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xarch-up1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch-up b/arch-up
index ffea5ef..54df3cb 100755
--- a/arch-up
+++ b/arch-up
@@ -12,6 +12,7 @@ function sudo_run() {
}
function update_gem() {
+ sudo_run "rm -fr /usr/lib/ruby/gems/*"
run "/usr/bin/gem update --no-document"
run "/usr/bin/gem clean"
# run "/opt/ruby1.8/bin/gem update"