I am using rvm
1.26.2 & Ubuntu
14.0.4
I have to create separate gem sets and .rvmrc
file for each project, but the .rvmrc
file isn't selecting the gemset.
can any one tell why the application ignore .rvmrc
file ?
Thanks in advance
I am using rvm
1.26.2 & Ubuntu
14.0.4
I have to create separate gem sets and .rvmrc
file for each project, but the .rvmrc
file isn't selecting the gemset.
can any one tell why the application ignore .rvmrc
file ?
Thanks in advance
Please use
.rvmrc
script just in case you have use complex actions for triggering the folder change. In simple case just use system file pair:.ruby-version
,.ruby-gemset
.