moiristo / deep_cloneable

This gem gives every ActiveRecord::Base object the possibility to do a deep clone that includes user specified associations.
MIT License
785 stars 89 forks source link

Add support for Rails 7 #139

Closed dylanwolff closed 2 years ago

dylanwolff commented 2 years ago

Fixes https://github.com/moiristo/deep_cloneable/issues/138

This PR adds support for Rails 7 by relaxing the version constraint for the activerecord dependency.

I think I've followed all of the existing conventions here, but please let me know if there's anything in my changes that you'd like me to tweak.

Cheers!

moiristo commented 2 years ago

Thanks!