-
Notifications
You must be signed in to change notification settings - Fork 69
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
[deps] upgrade to Rails v7.2 and ActiveAdmin v3 #777
base: develop
Are you sure you want to change the base?
Conversation
markets
commented
Feb 15, 2025
•
edited
Loading
edited
- Upgrade to Rails v7.2
- Upgrade to ActiveAdmin v3 (closes build(deps): bump activeadmin from 2.14.0 to 3.2.2 #748)
@microstudi Could you please help us to fix the Docker build in this branch? We are upgrading from Rails 7.0 to Rails 7.2. I still need to review some failing (feature) specs, but the Docker workflow is failing when trying to compile assets:
The raised error is:
Which seems a bit weird, since in this env we are using |
UPDATE Tests are fixed ✅ But we still need to fix the Docker build workflow. |