You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix String#mb_chars to never mutate the original String
Fix: rails#54076
If we have to call `force_encoding`, we should dup the argument
regardless of wheter it is frozen or not as not not mutate our
arguments.
0 commit comments