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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chaadow
Copy link

@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

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.

None yet

1 participant