Skip to content

Fix RVM gemset selection

Rafael Reggiani Manzo requested to merge fix_rvm_gemsets into master

Previously RVM would just use each Gemfile to activate the specified ruby without taking into consideration the gemset specified in the parent directory.

Merge request reports