Blocked on: relaxing the "rails < 7.2" constraint (see #767).\n\nOnce bundling is unblocked, add a Rails 7.2 appraisal run and execute the test suite with:\n\n- BUNDLE_GEMFILE=gemfiles/rails_7_2.gemfile bundle exec rake test\n\nCapture failures/regressions and fix in follow-up PRs.\n\nNotes from Rails 7.2:\n- Tests now respect config.active_job.queue_adapter if explicitly set.\n- Active Job defers enqueuing inside Active Record transactions (after_commit) and drops on rollback.
Blocked on: relaxing the "rails < 7.2" constraint (see #767).\n\nOnce bundling is unblocked, add a Rails 7.2 appraisal run and execute the test suite with:\n\n- BUNDLE_GEMFILE=gemfiles/rails_7_2.gemfile bundle exec rake test\n\nCapture failures/regressions and fix in follow-up PRs.\n\nNotes from Rails 7.2:\n- Tests now respect config.active_job.queue_adapter if explicitly set.\n- Active Job defers enqueuing inside Active Record transactions (after_commit) and drops on rollback.