You cannot have rbenv and rvm coexist. With rvm, it cancels the gem command, so that will make rbenv useless.
If you want to use rbenv for both, you will have to avoid using gemset and instead use bundler to handle dependencies. But rvm seems to be a hard limit, so maybe move your personal work to rvm.
source share