clio / polymorphic_integer_type

MIT License
37 stars 35 forks source link

Add compatibility for Rails 6.0 and remove support for Rails 4.2 #40

Closed alecclarke closed 3 years ago

alecclarke commented 3 years ago

To add Rails 6.0 compatibility for polymorphic_integer_type, we need to:

On top of this, since Rails 4.2 is no longer supported by Rails, I'm removing 4.2 support for all subsequent versions of polymorphic_integer_type.

Note: While we don't have automated tests yet, running rake test:all passed locally.