Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set enable-frozen-string-literal option in CI
This should ensure that we don't forget to mark any _new_ string literals as frozen. Closes #640.