Skip to content

Commit

Permalink
[rubygems/rubygems] Remove no longer necessary code
Browse files Browse the repository at this point in the history
Upstream PR was merged and released.

rubygems/rubygems@d6afbfd664
  • Loading branch information
deivid-rodriguez authored and matzbot committed May 31, 2024
1 parent 78860b8 commit cc8b985
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions spec/bundler/support/command_execution.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 15,8 @@ def stdout
original_stdout
end

# Can be removed once/if https://github.com/oneclick/rubyinstaller2/pull/369 is resolved
def stderr
return original_stderr unless Gem.win_platform?

original_stderr.split("\n").reject do |l|
l.include?("operating_system_defaults")
end.join("\n")
original_stderr
end

def to_s_verbose
Expand Down

0 comments on commit cc8b985

Please sign in to comment.