Commit 264d1c5f authored by Boris Bügling's avatar Boris Bügling

when new version detected, show command to update

parent 18d66116
......@@ -206,7 +206,8 @@ module Pod
end
if config.new_version_message? && cocoapods_update?(versions)
UI.puts "\nCocoaPods #{versions['last']} is available.\n".green
UI.puts "\nCocoaPods #{versions['last']} is available.\n" \
"To update use: [sudo] gem update cocoapods\n".green
end
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment