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 Ruby 2.4 & 2.5, add Rails 5.1 & 5.2, drop Ruby < 2.2 #94

Closed brian-kephart closed 6 years ago

brian-kephart commented 6 years ago

This PR adds support for Ruby up to 2.5 and Rails up to 5.2. Ruby < 2.2 is now unsupported, so I removed those versions to make it easier to update gems.