diff options
author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-10-12 16:53:59 +0200 |
---|---|---|
committer | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-10-12 16:53:59 +0200 |
commit | 76b1d8916a0d1204e263a874b4babb757a6de2a4 (patch) | |
tree | 3eac13e7adcb63bab8b17120341c75263dcfc861 /lib | |
parent | a7cec294ac06de02388a71bdef10702e290cacbb (diff) | |
download | bundler-76b1d8916a0d1204e263a874b4babb757a6de2a4.tar.gz |
Rename "Locked" to "Current"
Diffstat (limited to 'lib')
-rw-r--r-- | lib/bundler/cli/outdated.rb | 2 |
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 |