Closed noelrappin closed 3 years ago
You're using version 0.6.0, it works on 1.6.1
I tried that today, it appears that 1.6.1 needs to change its dependencies to allow for Rails 7.
activerecord-postgres_enum (= 1.6.1) was resolved to 1.6.1, which depends on
activerecord (>= 5, < 6.2)
Thanks!
https://github.com/noelrappin/activerecord-postgres_enum I can submit it as a PR if you'd like
@bibendi Can you please release the fix for Rails 7?
Sure. Will do it this week.
Describe the bug activerecord-postgres_enum is not compatible with Rails 7.0 alpha
To Reproduce Upgrade to Rails 7.0 alpha Run db:migrate
Error:
ArgumentError: wrong number of arguments (given 1, expected 0)
Expected behavior No error
Context (please complete the following information):