bibendi / activerecord-postgres_enum

Integrate PostgreSQL's enum data type into ActiveRecord's schema and migrations.
MIT License
361 stars 24 forks source link

Relax deps for Rails 6 #5

Closed palkan closed 5 years ago

palkan commented 5 years ago

Looks like not changes required.

Also, added an exception when rename_enum_value is used with unsupported pg version.