clio / polymorphic_integer_type

MIT License
37 stars 35 forks source link

Add support for Rails 6.0 and 6.1 #39

Closed crigor closed 2 years ago

crigor commented 3 years ago

This PR contains the following changes:

Tests pass when running rake test:all for rails 5.0, 5.1, 5.2, 6.0, and 6.1. Rails 4.2 is currently failing though it's the same error as in master.

Aelphaeis commented 2 years ago

These changes were addressed first in https://github.com/clio/polymorphic_integer_type/pull/40 (6.0) and support for rails 6.1 was addressed in in https://github.com/clio/polymorphic_integer_type/pull/47.

Closing this pull request.