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, Rails 5.1, 5.2 #93

Closed brian-kephart closed 6 years ago

brian-kephart commented 6 years ago

Addresses #92.

I've been using the latest version of this gem with Rails 5.1 and 5.2, Ruby 2.4 and 2.5 without issue. Hopefully the CI tests pass without further changes.

brian-kephart commented 6 years ago

Closed because I'm having too much trouble supporting both new & old rubies. I'll try and get something together that excludes the unsupported Ruby versions instead.