collectiveidea / audited

Audited (formerly acts_as_audited) is an ORM extension that logs all changes to your Rails models.
MIT License
3.34k stars 645 forks source link

Add support for Rails 7.1 #686

Closed yuki24 closed 9 months ago

yuki24 commented 9 months ago

This PR adds:

  1. A new gemfile and build matrix for Rails 7.1
  2. Fixes to address deprecation warnings
  3. Test updates to make it compatible with the latest Psych

I will leave comments to each change to provide more context. Addresses #685

danielmorrison commented 9 months ago

This is great. Thanks!

geetfun commented 8 months ago

Just in time for 7.1 in a few days' time. Thank you @yuki24 and @danielmorrison for the release. 👏