fastlane/lib/fastlane/plugins/plugin_update_manager.rb in fastlane-2.27.0.beta.20170408010009 vs fastlane/lib/fastlane/plugins/plugin_update_manager.rb in fastlane-2.27.0.beta.20170409010031

- old
+ new

@@ -40,10 +40,10 @@ UI.verbose("All plugins are up to date") return end puts Terminal::Table.new({ - rows: rows, + rows: FastlaneCore::PrintTable.transform_output(rows), title: "Plugin updates available".yellow, headings: ["Plugin", "Your Version", "Latest Version"] }) UI.message "To update all plugins, just run" UI.command "fastlane update_plugins"