react-rails
react-rails copied to clipboard
fix: support `connection_pool` v3
Summary
connection_pool v3+ requires keyword arguments instead of positional args, but also drops support for Ruby 3.2 so this has us check the version being used and do the right thing accordingly
Other Information
Resolves #1366
Pull Request checklist
- [x] Add/update test to cover these changes
- [x] ~Update documentation~
- [x] Update CHANGELOG file
Thanks @G-Rath. Came here for the same issue and was happy to see your PR.
Any updates on when this can be merged?
thanks @G-Rath
@justin808 any plans for doing a release? thanks