Rails 7
• Rails 7 doesn't like having data_migrations have an id column; if you are upgrading, you might want to drop the ID column from the data_migrations
table
• Otherwise, new projects on Rails 7 should be OK on this version (5.5). The last version is locked to Rails < 7 so it bundler will not automatically update for you. use bundle update nonschema_migrations
to force it to upgrade