moiristo / deep_cloneable

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

Rails 6 support #106

Closed shaicoleman closed 5 years ago

shaicoleman commented 5 years ago

Currently the gemspec has the following line:

s.add_dependency(%q<activerecord>.freeze, ["< 6", ">= 3.1.0"])

moiristo commented 5 years ago

Hi,

Will look into it, probably this weekend. Do you know if it already works as is in rails 6?

shaicoleman commented 5 years ago

Didn't have a chance to check it yet

moiristo commented 5 years ago

Alright, thanks!

moiristo commented 5 years ago

Will be fixed in v3 (now in master)