rails / solid_queue

Database-backed Active Job backend
MIT License
1.66k stars 90 forks source link

Rails 8 now requires concurrent-ruby 1.3.1 for activesupport #235

Closed activefx closed 1 month ago

activefx commented 1 month ago

Activesupport bumped concurrent-ruby requirement to at least 1.3.1 as part of f719787. Will submit PR

rosa commented 1 month ago

This was already fixed by https://github.com/rails/solid_queue/pull/236. 🙇