rails / mission_control-jobs

Dashboard and Active Job extensions to operate and troubleshoot background jobs
MIT License
611 stars 71 forks source link

Minimum version for rails and solid_queue to run mission control 0.4.0? #198

Closed salmonsteak1 closed 2 weeks ago

salmonsteak1 commented 2 weeks ago

Saw some version updates to solid_queue and rails in the changelog for mission_control 0.4.0, can I just confirm if there's any minimum versions we'll require for solid_queue and rails?

Thank you!

rosa commented 2 weeks ago

Hey @salmonsteak1, the minimum versions are the ones still indicated in the README or explicitly set in the gemspec:

- rails >= 7.1
- solid_queue >= 0.9

I'll update these when that changes. The upgrades in the changelog were for this project's development only.