Slow specs after upgrading Ruby could be due to various factors. I recommend profiling your test suite with tools like `ruby-prof` or `stackprof` to identify performance bottlenecks. Additionally, ensure that you're using the latest version of Rails, test gems, and other dependencies, as these updates might include performance improvements.
Happy coding!
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.