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 for frozen string literal to prepare for ruby 3.4 #1118

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

chaadow
Copy link
Contributor

@chaadow chaadow commented May 29, 2024

Cf. https://gist.github.com/fxn/bf4eed2505c76f4fca03ab48c43adc72

Hi,

This is a simple fix for a case of a string being mutated while frozen ( with frozen_string_literal true)

I believe to enable this gem to be compliant with the future in ruby, and following the recommandations of the aforementionned gist, It would be good to enable the frozen string literal RUBYOPTion in CI

@n-rodriguez
Copy link
Contributor

ping @unixmonkey

@unixmonkey unixmonkey merged commit ae3776f into mileszs:master Oct 11, 2024
12 checks passed
@unixmonkey
Copy link
Collaborator

This is now in version 2.8.2. Thank you for your help ❤️

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.

3 participants