lib/rconf/configurators/ruby_configurator.rb in rconf-0.8.17 vs lib/rconf/configurators/ruby_configurator.rb in rconf-0.8.18
- old
+ new
@@ -50,10 +50,9 @@
def run_linux
check_rvm(RVM_VERSION)
return true if aborting
Command.set_ruby(version, gemset)
report_check("Checking whether #{version} is the active ruby")
- puts `which rvm`
out = Command.execute('rvm', 'list').output
if out =~ /^=> #{version.gsub('.', '\\.')}/
report_success
check_rvmrc
else