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

Remove frozen_string_literal: true comments #411

Closed
wants to merge 1 commit into from

Conversation

parndt
Copy link
Contributor

@parndt parndt commented May 22, 2023

Since we've moved to requiring Ruby >= 3.0 we no longer need to have the
#frozen_string_literal: true magic comment as strings are now frozen
by default.

@parndt
Copy link
Contributor Author

parndt commented May 22, 2023

This depends on hanami/devtools#80

@parndt
Copy link
Contributor Author

parndt commented May 22, 2023

OK, so apparently this got walked back and I didn't realise: https://bugs.ruby-lang.org/issues/11473#note-53 😧

@parndt parndt closed this May 22, 2023
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.

1 participant