ruby - RVM gemset import by removing currently installed gems which do not match the import set -
i wondering if there option in rvm clean import of gemset, thereby removing gems/versions not match gems listed in gemset import.
of course possible do
rvm --force gemset empty && rvm gemset import import.gems
but takes long time because has download , install gems again. nice if there --overwrite option or establish behavior.
Comments
Post a Comment