Is there an RVM command to simply rename a gemset? I couldn't find it on the RVM site.
|
feedback
|
|
There is an RVM gemset rename command. I'm not sure when it was introduced but it is present in 1.0.16.
Note that this won't automatically switch you to the newly renamed gemset, even if you were using it before. So you'll need to
| |||||||||
feedback
|
|
I copied one with
and then deleted the previous one with
| |||
feedback
|
|
It's a RVM bug! Solved in this pull request: https://github.com/wayneeseguin/rvm/issues/592#issuecomment-2705466 Commit: https://github.com/jwhitley/rvm/commit/619e5265927cf6c842ec3561345569af474ed20e | |||||
feedback
|