简体   繁体   中英

Can't remove gem from rvm gemset

It seems like I installed the rails 4.2 and rails 5.0.1 in the same gemset . Now I want to delete the version 5.0.1 .

Here is what I did.

> rvm use 2.3.2@rails420
> gem uninstall rails --version 5.0.1
> rails -v
Rails 5.0.1

I am confused why it still exist?

Gemset's version of rails must not be the one you have running on your machine and backwards. Check the overall rails version and the gemset entry.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM