commit 9a5487d2587768031f3be8ca1966b519b2b98fd6
parent 4f21a91ba79139e34d20d5c8f479caf1f7bb1aae
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sun,  4 Aug 2019 23:38:39 +0200
commonprofile: removed gem update thing, never used it
Former-commit-id: 50c337d52d5fe57247d25d39670118b0456b9abd
Diffstat:
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git a/shell/commonprofile b/shell/commonprofile
@@ -178,13 +178,6 @@ reload() {
    echo "Reloaded config ($(( SECONDS-START_TIME )) sec)."
 }
 
-# Gem update script
-gemmaster() {
-   gem update;
-   gem update rails;
-   gem cleanup;
-}
-
 
 # Extract any archive
 extract () {