From 870bcc96bab644656cd914b5061fcacc39db6557 Mon Sep 17 00:00:00 2001 From: Mark Burns Date: Sun, 18 Dec 2022 17:55:53 +0000 Subject: [rubygems/rubygems] fix https://github.com/rubygems/rubygems/pull/6147 when --parseable and --groups used together https://github.com/rubygems/rubygems/commit/3b0b95c509 --- lib/bundler/cli/outdated.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/bundler/cli/outdated.rb b/lib/bundler/cli/outdated.rb index e9f93fec39..12c3384938 100644 --- a/lib/bundler/cli/outdated.rb +++ b/lib/bundler/cli/outdated.rb @@ -111,9 +111,7 @@ module Bundler end.compact if options[:parseable] - relevant_outdated_gems.each do |gems| - print_gems(gems) - end + print_gems(relevant_outdated_gems) else print_gems_table(relevant_outdated_gems) end -- cgit v1.2.3