Actions
Refactor #27359
closedUpdate audited gem to 4.9.x
Description
Audited 4.9.0 was released on 18.7.2019. This release changed audited_changes from hash with indifferent access to hash, where keys are strings. This change made all tests which accessed parts of the hash using symbols as keys fail.
Let's bump the version and fix all the breakages it may cause.
Updated by Adam Ruzicka over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset f3a5a6005862e5bb0fdc85114e089a47f9a1d2f1.
Actions