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

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -