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

Support Ruby through 2.5, Rails through 5.2 #95

Closed brian-kephart closed 6 years ago

brian-kephart commented 6 years ago

Trying another PR to see if I can get the update to build without removing support for previous versions.

brian-kephart commented 6 years ago

Supersedes #94. This time I was able to get the Travis build to pass with new versions without removing support for anything.

There is a second gemfile for Rails 4.2. One of the gems in the existing gemfile would not build for the new rubies, and updating that gem removed support for old rubies. To support all versions, I added a second gemfile for Rails 4.2.

The gemfile for Rails 5.0 was rebuilt for the same reason, but didn't need two versions.