Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid using Symbol#to_proc against a refined method
because Bullet still supports Ruby 2.3 that does not yet have native Symbol#to_proc, it calles the Active Support version, and since our refinements are not in use there, it would cause NoMethodError. https://github.com/flyerhzm/bullet/actions/runs/9984807517/job/27594646503?pr=709
- Loading branch information