The current version of Ruby is 4.0.5 (as of 19/05/2026).
Ruby
Ruby-Community · current 4.0.5
Ruby at a glance
Ruby is a widely used programming language, notably behind Ruby on Rails and much tooling and automation. The Ruby core team ships a new minor version yearly, each maintained with bug and security fixes for a few years, plus security releases for the interpreter and standard library.
For admins Ruby is usually a runtime beneath an application (often Rails), whose requirements set the version. Apply security fixes promptly by moving the Ruby version in servers, containers and CI, and keep the end-of-life date of your minor version in view — running an unsupported Ruby is a common exposure. Version managers (rbenv, rvm) keep multiple Rubies in parallel; on updates, check the application and its native gems. The gem dependencies carry their own supply-chain risk — audit them (bundler-audit helps). Test the app before moving a major Ruby version. Patchletter surfaces new Ruby releases.
Support cycles (endoflife.date)
| Cycle | Latest version | Status |
|---|---|---|
| 4.0 | 4.0.5 | EOL 31 Mar 29 |
| 3.4 | 3.4.10 | EOL 31 Mar 28 |
| 3.3 | 3.3.11 | EOL 31 Mar 27 |
| 3.2 | 3.2.11 | End of Life |
| 3.1 | 3.1.7 | End of Life |
| 3.0 | 3.0.7 | End of Life |
| 2.7 | 2.7.8 | End of Life |
| 2.6 | 2.6.10 | End of Life |
Release history · as detected by patchletter
| Version | Channel | Date | Notes |
|---|---|---|---|
| 4.0.5 | STABLE | 19/05/2026 | Release notes → |
| 3.4.10 | STABLE | 30/06/2026 | – |
| 3.3.11 | STABLE | 26/03/2026 | – |
| 3.2.11 | STABLE | 27/03/2026 | – |
| 3.1.7 | STABLE | 26/03/2025 | – |
| 3.0.7 | STABLE | 23/04/2024 | – |
| 2.7.8 | STABLE | 30/03/2023 | – |
| 2.6.10 | STABLE | 12/04/2022 | – |
| 2.5.9 | STABLE | 05/04/2021 | – |
| 2.4.10 | STABLE | 31/03/2020 | – |
| 2.3.8 | STABLE | 17/10/2018 | – |
| 2.2.10 | STABLE | 28/03/2018 | – |
| 2.1.10 | STABLE | 31/03/2016 | – |
| 2.0.0p648 | STABLE | 16/12/2015 | – |
| 1.9.3p551 | STABLE | 13/11/2014 | – |
Never miss a Ruby update
We check the source daily and email you — instantly or as a digest. Free, one-click unsubscribe.
Watch Ruby