Can Rails 3.2.21 or 3.2.22 run on Ruby 2.5.7?

I have an app currently in Rails 3.2.21 running on Ruby 2.0.0. In short order, I need to get it running on Ruby 2.5.7. Can I do that without moving up from 3.2.21? (Please, no "you should be running on a more modern, supported Rails version; I know that, but that’s likely a much bigger project than moving to a newer Ruby version [if it will work with my current Rails version], and I will do that, but after the deadline).

And if the answer is “mostly, except for x, y, z”, any insight you can give as to what might not work would be appreciated.

Hi,
For Rails 3.2.21 projects you can use at most ruby 2.3.x. 2.4 won’t work, unless you use Rails 3.2 LTS. I know this for sure as I investigated the question for my own project. At the moment I’m in the process of upgrading to 4.2, one of the most valuable articles for that is Upgrading a Rails application incrementally.

Hope this helps,