diff options
author | Mark Burns <[email protected]> | 2022-12-18 17:55:53 +0000 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2022-12-20 13:15:02 +0900 |
commit | 870bcc96bab644656cd914b5061fcacc39db6557 () | |
tree | 7036bf282ffe72db4e9357e9a178a0855e1235fd /lib/bundler/cli/outdated.rb | |
parent | 8eb66180137e3cba030d43fba21980efa5f58bb3 (diff) |
[rubygems/rubygems] fix
https://.com/rubygems/rubygems/pull/6147 when --parseable and --groups used together https://.com/rubygems/rubygems/commit/3b0b95c509
Notes: Merged: https://.com/ruby/ruby/pull/6966
-rw-r--r-- | lib/bundler/cli/outdated.rb | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -111,9 +111,7 @@ module Bundler end.compact if options[:parseable] - relevant_outdated_gems.each do |gems| - print_gems(gems) - end else print_gems_table(relevant_outdated_gems) end |