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

Support when running with frozen string literals #231

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

Conversation

Earlopain
Copy link

RUBYOPT=--enable=frozen-string-literal bundle exec rspec

Ruby is once again going in the direction of freezing strings by default. This is all that's needed here to make it compatible, at least according the the test suite and what I make use of from the gem myself.

I don't really expect this to be merged, the project looks pretty dead to me but maybe someone else will find this useful.

@rromanchuk
Copy link

@Earlopain i know this is old, but more relevant with 3.4 now. I was just about to submit a PR, then saw yours pending. Same exact change, so can verify fix if anyone maintaining their own forks, or future 3.4 users that end up here.

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.

2 participants