Fix default key length on cipher by vipulnsward · Pull Request #25192 · rails/rails

We default to using aes-256-cbc as our verification/signing cipher. It can accept key lengths of 128, 192 or 256-bit, whereas currently we were providing twice the acceptable value. ruby < 2.4 allo...