Skip to content

Conversation

@franmomu
Copy link
Contributor

Continuing with 0801cf8

Closes #48

@franmomu franmomu requested a review from cpytel as a code owner March 28, 2025 10:04
Comment on lines +50 to +51
@stdout_output = String.new
@stderr_output = String.new

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
@stdout_output = String.new
@stderr_output = String.new
@stdout_output = +""
@stderr_output = +""

This fix will also work in Ruby 2.2 or higher.

@lorennorman
Copy link

this looks good, what needs to happen to get this merged @thoughtbot?

@sej3506
Copy link
Contributor

sej3506 commented Jul 9, 2025

@lorennorman Working on it today! 😁

@sej3506 sej3506 merged commit aac31ea into thoughtbot:main Jul 9, 2025
@franmomu franmomu deleted the patch-1 branch July 10, 2025 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

(more) Ruby 3.4 frozen string issues

4 participants