My application has the following files:
.ruby-version
ruby-2.0.0-p247
.ruby-gemset
app1
When I switch into the application directory the application does not recognize the new version. It switches Ruby versions but the application does not see that until I run rvm use ruby-2.0.0-p247
manually. It works fine with .rvmrc
but not .ruby-version
. My RVM is version 1.25.15
.
Edit
It's a Rails 4 app and it's using the bin
directory for executables.