-
Notifications
You must be signed in to change notification settings - Fork 57
fix: frozen string literal issue for ruby 3.4.0 #137
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
Conversation
To prepare for ruby 3.4.0 and making strings frozen by default, we add `+` operator to make the string mutable
|
@manisha1997 thank you, could you please merge and cut a release please 🙏🏼 |
|
@manisha1997 can you please release on RubyGems please?? |
|
Hello! |
|
Released version 3.6.0 |
|
@manisha1997 |
|
Hey! |
Fixes
Fixes #136
To prepare for ruby 3.4.0 and making strings frozen by default, I've stumbled upon these string mutations in my specs while trying to send an email
future of frozen string literals in ruby : https://gist.github.com/fxn/bf4eed2505c76f4fca03ab48c43adc72
similar to fog/fog-aws#709
Checklist
If you have questions, please file a support ticket.