POW has removed automated detection of rvm, here is how it can be restored by creating
.powenv in the root of the project, according to POW docs
it should not be checked in to source control (unless all team members agree on that).
.powenv:
# detect `$rvm_path`
if [ -z "${rvm_path:-}" ] && [ -x "${HOME:-}/.rvm/bin/rvm" ]