summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-10-12 16:53:59 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-10-12 16:53:59 +0200
commit76b1d8916a0d1204e263a874b4babb757a6de2a4 (patch)
tree3eac13e7adcb63bab8b17120341c75263dcfc861 /lib
parenta7cec294ac06de02388a71bdef10702e290cacbb (diff)
downloadbundler-76b1d8916a0d1204e263a874b4babb757a6de2a4.tar.gz
Rename "Locked" to "Current"
Diffstat (limited to 'lib')
-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 5599017e98..3d4922f8b5 100644
--- a/lib/bundler/cli/outdated.rb
+++ b/lib/bundler/cli/outdated.rb
@@ -279,7 +279,7 @@ module Bundler
end
def table_header
- header = ["Gem", "Locked", "Latest", "Requested", "Groups"]
+ header = ["Gem", "Current", "Latest", "Requested", "Groups"]
header << "Path" if Bundler.ui.debug?
header
end