Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly format timestamp in SignatureVerificationError message (#1262
) When interpolating a Time object in a String, Ruby calls `to_s` under the hood. For Rails applications defining a `default` string format, this triggers deprecation warnings as of v7.0.7: rails/rails#48555 This change fixes that by explicitly formatting the timestamp (using the same `YYYY-MM-DD HH:mm:ss` format currently implicitly used).
- Loading branch information