bin/rconf in rconf-0.6.34 vs bin/rconf in rconf-0.6.35

- old
+ new

@@ -131,11 +131,13 @@ report_success next else report_failure report_check("Updating rconf for #{ruby}@#{gs}") - res = Command.execute('rvm', "#{ruby}@#{gs}", 'gem', 'install', 'rconf', '--no-ri', '--no-rdoc') - report_result(res.success?) + res = Command.execute('rvm', "#{ruby}@#{gs}", 'gem', 'install', + 'rconf', '-v', version, '--no-ri', '--no-rdoc', + :abort_on_failure => "Failed to install rconf #{version}") + report_success end end end end