Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AP-5659: Freeze string literals and use unary
+
for mutable strings
Handle deprecation notices wanring of ruby 4.0 intention to default string literals to be frozen/immutable. ```shell /Users/joel.sugarman/github/ministryofjustice/laa-apply-for-legal-aid/app/helpers/hash_format_helper.rb:23: warning: literal string will be frozen in the future (run with --debug-frozen-string-literal for more information) ```
- Loading branch information