summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-09-27 12:20:30 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-10-12 16:46:29 +0200
commit17e71ea01291b2f9ee2417c31bbe95efb9602767 (patch)
treee997557e748735be6988b7c1911a226df71b65a0
parent3ed6cf852871c1caca0a9978b7574cd89ce59364 (diff)
downloadbundler-17e71ea01291b2f9ee2417c31bbe95efb9602767.tar.gz
Change "New" header to "Latest"
The output feels a bit cleaner because there's more space, and the term is more clear in my opinion.
-rw-r--r--lib/bundler/cli/outdated.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/cli/outdated.rb b/lib/bundler/cli/outdated.rb
index 8d2d32f0c1..e97501d692 100644
--- a/lib/bundler/cli/outdated.rb
+++ b/lib/bundler/cli/outdated.rb
@@ -287,7 +287,7 @@ module Bundler
end
def table_header
- header = ["Gem", "Installed", "New", "Requested", "Groups"]
+ header = ["Gem", "Installed", "Latest", "Requested", "Groups"]
header << "Load Path" if options[:verbose]
header
end