bin/rconf in rconf-1.0.8 vs bin/rconf in rconf-1.0.9

- old
+ new

@@ -151,9 +151,17 @@ version = Regexp.last_match(1) report_fatal 'Failed to retrieve rconf gem information, check network connectivity' unless version report_success report('Latest rconf version is ' + version.blue) update_rconf(version) + ConfiguratorRegistry.each do |_, configurator| + updater = configurator.updater + + if updater + # Do not invoke "call" when no updater is available + updater.call + end + end end # Calls given block with all combination of installed rubies # # === Block