-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to Rails 7.2 #1106
base: main
Are you sure you want to change the base?
Upgrade to Rails 7.2 #1106
Conversation
Leaving this here so I (or someone else) can pick it up later. Looking specifically at For Rails 7.1 the following jobs get enqueued:
For Rails 7.2:
If I remove the guards that were added for the Rails 7.1 upgrade the following jobs are enqueued for Rails 7.2:
This test failure seem legit. When I upload a file in development neither the |
No description provided.