Skip to content

Comments

Fix frozen string exception#4

Open
arronmabrey wants to merge 1 commit intojgoizueta:masterfrom
BlueChipFinancial:bug/fix-frozen-string-exception
Open

Fix frozen string exception#4
arronmabrey wants to merge 1 commit intojgoizueta:masterfrom
BlueChipFinancial:bug/fix-frozen-string-exception

Conversation

@arronmabrey
Copy link

I had an issue on ruby 1.9.3 strip!': can't modify frozen String (RuntimeError)

This happens because the version number passed in is frozen and the downstream code mutates it, causing an exception.

@arronmabrey
Copy link
Author

I'm hoping to get this merged, so I can remove my fork and use the gem directly. I think this will help others on ruby 1.9.3. Please let me know if there are any concerns, and hopefully I can address them. :-)

@arronmabrey
Copy link
Author

Update on this, we've had it in QA for about ~2 months and it's been performing well. We are headed to production with this change. Getting this merged is still a cleanup task, and I just wanted to confirm the patch is doing well. 👍

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