Run 'rvm cleanup all' to remove old stuff

This commit is contained in:
Steve Rowe 2018-07-05 14:53:44 -04:00
parent fa3cd86de8
commit 039dae76cb
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ function echoRun() {
}
echoRun "source $RVM_PATH/scripts/rvm" # Load RVM into a shell session *as a Bash function*
echoRun "rvm cleanup all" # Remove old stuff
echoRun "rvm autolibs disable" # Enable single-user mode
echoRun "rvm install $RUBY_VERSION" # Install Ruby
echoRun "rvm gemset create $GEMSET" # Create this project's gemset