rails/activesupport/lib
Jonathan Hefner c0a5929f3a Fix serialization of non-ASCII-only bare strings
To use a binary-encoded string as a byte buffer, appended strings should
be force-encoded as binary.  Otherwise, appending a non-ASCII-only
string will raise `Encoding::CompatibilityError`.

Fixes #48748.
2023-07-17 13:02:32 -05:00
..
active_support Fix serialization of non-ASCII-only bare strings 2023-07-17 13:02:32 -05:00
active_support.rb Move 6.1 cache format warning to where its used 2023-06-28 18:09:04 -04:00