Ruby & Roda Compatibility Table
Roda is a web toolkit (or framework) that focusses on simplicity, reliability, extensibility, and performance. This is a short post to show the compatibility between Roda and Ruby across different versions.
Roda Version | Required Ruby Version | Recommended Ruby Version |
3.X.Z | >= 1.9.2 | 2.4.1 - 3.3.Z |
2.X.Z (>= 2.10.0) | >= 1.8.7 | 2.2.3 - 2.4.1 |
>= 0.9.0 (<= 2.9.0) | >= 0 | 2.1.2 - 2.2.3 |
To find more information about the most recent Ruby releases check out this page: Ruby Releases
Need to Upgrade Ruby or Roda?
Roda does not have upgrade guides per se, but the repo does provide an extensive changelog that will guide you from one Roda version to the next.
If you don’t have the time to do it yourself you can hire our team to do it for you, send us a message over here: Contact FastRuby.io | Ruby and Rails Upgrade Service
Feedback Wanted: Updates
If you find that this article has fallen out of date, feel free to make a comment for us to bring it up to speed. We will continue to update this article as new versions of Ruby and Roda are released.