Mysterious warning to Ruby app maintainers: “bundle update rack” asap.
Use `String#bytesize` for `Content-Length` in error responses. · rack/rack@8979a16

`String#size` returns character count, not byte count. For responses containing multi-byte UTF-8 characters, this produces an incorrect `Content-Length` value, violating RFC 9110 Section 8.6.

GitHub
@kmcphillips just look at the changelog.
@flashesofpanic @getajobmike Oy I was looking for one thing but look at all of those. Whelp! Time to do some updates.