Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix frozen string literal issue for ruby 3.4.0 #91

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

chaadow
Copy link
Contributor

@chaadow chaadow commented Jul 3, 2024

To prepare for ruby 3.4.0 and making strings frozen by default, I've stumbled upon these string mutations.

Let me know if you need anything ( I didn't add tests since I assume tests exist for this feature )

similar to fog/fog-aws#709

To prepare for ruby 3.4.0 and making strings frozen by default, we add `+` operator to make the string mutable
@jkraemer jkraemer merged commit 09e0a87 into jkraemer:master Nov 11, 2024
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.

2 participants