Commit 8381834
committed
Pass mutable strings to Chroma
Chroma currently expects all strings to be mutable.
Calling this from frozen_string_literal files works fine, but not
on ruby 2.7 where things were handled differently. This syntax
can be removed when either a) Chroma accepts frozen strings or
b) ruby 2.7 support is dropped1 parent 71d7f4e commit 8381834
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
0 commit comments