braintree / pg_ha_migrations

Enforces DDL/migration safety in Ruby on Rails project with an emphasis on explicitly choosing trade-offs and avoiding unnecessary magic.
MIT License
220 stars 23 forks source link

Rails 7.2 support #104

Open elliotcm opened 2 months ago

elliotcm commented 2 months ago

Hello,

Rails 7.2 was recently released, would it be possible for this gem to be updated to add it to the allowed versions list?

Hopefully not too much hassle, looking at the 7.2 release notes.

Many thanks!

AlexMooney commented 2 months ago

This is currently blocked by https://github.com/jcoleman/relation_to_struct not supporting Rails 7.2. I've opened a PR over there: https://github.com/jcoleman/relation_to_struct/pull/21 and when it's merged, I'll open a PR here for 7.2 support if someone else doesn't beat me to it.