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

Enable frozen_string_literal for future-ruby support #149

Merged
merged 1 commit into from May 1, 2024

Conversation

nanobowers
Copy link
Collaborator

@nanobowers nanobowers commented Apr 27, 2024

Enabling frozen string literal: true

This in preparation for ruby 3.4 behavior:
String literals in files without a frozen_string_literal comment now behave as if they were frozen.

per https://docs.ruby-lang.org/en/master/NEWS_md.html

@Fryguy Fryguy self-assigned this May 1, 2024
@Fryguy Fryguy merged commit ea2af09 into ManageIQ:master May 1, 2024
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants