Skip to content

Commit d99faa1

Browse files
committed
Write up Ruby 4.0.2 Released
1 parent d28a04f commit d99faa1

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

en/news/_posts/2026-03-16-ruby-4-0-2-released.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
11
---
22
layout: news_post
33
title: "Ruby 4.0.2 Released"
4-
author:
4+
author: k0kubun
55
translator:
66
date: 2026-03-16 23:18:29 +0000
77
lang: en
88
---
99

1010
Ruby 4.0.2 has been released.
1111

12+
This is a routine update that includes a bugfix in YJIT for [NoMethodError on Puma](https://github.com/puma/puma/issues/3620).
1213
Please see the [GitHub releases](https://github.com/ruby/ruby/releases/tag/v4.0.2) for further details.
1314

15+
## Release Schedule
16+
17+
We intend to release the latest stable Ruby version (currently Ruby 4.0) every two months following the most recent release.
18+
Ruby 4.0.3 will be released in May, 4.0.4 in July, 4.0.5 in September, and 4.0.6 in November.
19+
20+
If a change arises that significantly affects users, a release may occur earlier than planned, and the subsequent schedule may shift accordingly.
21+
1422
## Download
1523

1624
{% assign release = site.data.releases | where: "version", "4.0.2" | first %}

0 commit comments

Comments
 (0)