rconf 0.8.17 → 0.8.18
Sign up to get free protection for your applications and to get access to all the features.
@@ -52,7 +52,6 @@ module RightConf
|
|
52
52
|
return true if aborting
|
53
53
|
Command.set_ruby(version, gemset)
|
54
54
|
report_check("Checking whether #{version} is the active ruby")
|
55
|
-
puts `which rvm`
|
56
55
|
out = Command.execute('rvm', 'list').output
|
57
56
|
if out =~ /^=> #{version.gsub('.', '\\.')}/
|
58
57
|
report_success
|
data/lib/rconf/version.rb
CHANGED