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

Support Rails 5 (specifically Active Record v5.0) #59

Closed djsegal closed 8 years ago

djsegal commented 8 years ago

Unable to get Gemfile.lock to compile because of version restrictions

moiristo commented 8 years ago

Hi! Thanks, I will look into it shortly. I need to update travis.yml to include rails 5 before I can merge this in.

moiristo commented 8 years ago

I've updated the gem to 2.2.1. The Travis build including Rails 5 works now.