patchletter

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)

CycleLatest versionStatus
4.04.0.5EOL 31 Mar 29
3.43.4.10EOL 31 Mar 28
3.33.3.11EOL 31 Mar 27
3.23.2.11End of Life
3.13.1.7End of Life
3.03.0.7End of Life
2.72.7.8End of Life
2.62.6.10End of Life

Release history · as detected by patchletter

VersionChannelDateNotes
4.0.5STABLE19/05/2026Release notes →
3.4.10STABLE30/06/2026
3.3.11STABLE26/03/2026
3.2.11STABLE27/03/2026
3.1.7STABLE26/03/2025
3.0.7STABLE23/04/2024
2.7.8STABLE30/03/2023
2.6.10STABLE12/04/2022
2.5.9STABLE05/04/2021
2.4.10STABLE31/03/2020
2.3.8STABLE17/10/2018
2.2.10STABLE28/03/2018
2.1.10STABLE31/03/2016
2.0.0p648STABLE16/12/2015
1.9.3p551STABLE13/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

Related tools in Development & DevOps