Skip to content

Commit d015930

Browse files
matzbotgithub-actions[bot]k0kubun
authored
Create release for 4.0.2 (#3856)
* Create release for 4.0.2 * Update _data for Ruby 4.0.2 * Write up Ruby 4.0.2 Released --------- Co-authored-by: GitHub Actions Bot <github-actions[bot]@users.noreply.github.com> Co-authored-by: Takashi Kokubun <takashikkbn@gmail.com>
1 parent 683ce69 commit d015930

File tree

3 files changed

+75
-1
lines changed

3 files changed

+75
-1
lines changed

_data/downloads.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ preview:
77

88
stable:
99

10-
- 4.0.1
10+
- 4.0.2
1111
- 3.4.9
1212
- 3.3.10
1313
- 3.2.10

_data/releases.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,30 @@
2121

2222
# 4.0 series
2323

24+
- version: 4.0.2
25+
date: 2026-03-16
26+
post: /en/news/2026/03/16/ruby-4-0-2-released/
27+
url:
28+
gz: https://cache.ruby-lang.org/pub/ruby/4.0/ruby-4.0.2.tar.gz
29+
zip: https://cache.ruby-lang.org/pub/ruby/4.0/ruby-4.0.2.zip
30+
xz: https://cache.ruby-lang.org/pub/ruby/4.0/ruby-4.0.2.tar.xz
31+
size:
32+
gz: 23824654
33+
zip: 29123568
34+
xz: 17874724
35+
sha1:
36+
gz: 47c3627e2bdfe53dda77d3fa1730e44ef1ed7dfe
37+
zip: 3cfd813761009f8fbb6001cf14149dc03bcd85d7
38+
xz: d927e26d22b15c6737df24cdf6ae80542a057240
39+
sha256:
40+
gz: 51502b26b50b68df4963336ca41e368cde92c928faf91654de4c4c1791f82aac
41+
zip: 7cdbef9028a64f73ca59e21cd46c73c794df9c8294f1cb5c50c4d93c6060b240
42+
xz: 4618db85bb9ec04d8152d0099db488694a3d3c4f52106625e4ad547f1318db87
43+
sha512:
44+
gz: 16a6ca0e9407051f58c8e3c4ec2058c52d62a9863174a3eb6dd5e9e2e893a66427e97a6e7fc8b4c3480163bd19a7a0ec4c00e481f90ff42e8f30bdbc9555f628
45+
zip: ecac80a6861fd666fc024701233f5b5b93bed9ed9047cd7ca9e11799681b0102729cc53203cee4ac33245a41b786a4a4c802633d1031881200378b011ed74580
46+
xz: be71a5452068dfc3c86b8ec07456b3fdf6dc64e8c0cd16c358fc4ed8ac08707a9c28285ea8a79dbef82031d8c93c71032a82a0b45f3c9ac5325bf3b70d06fbf2
47+
2448
- version: 4.0.1
2549
date: 2026-01-13
2650
post: /en/news/2026/01/13/ruby-4-0-1-released/
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
layout: news_post
3+
title: "Ruby 4.0.2 Released"
4+
author: k0kubun
5+
translator:
6+
date: 2026-03-16 23:18:29 +0000
7+
lang: en
8+
---
9+
10+
Ruby 4.0.2 has been released.
11+
12+
This is a routine update that includes a bugfix in YJIT for [NoMethodError on Puma](https://github.com/puma/puma/issues/3620).
13+
Please see the [GitHub Releases](https://github.com/ruby/ruby/releases/tag/v4.0.2) for further details.
14+
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+
22+
## Download
23+
24+
{% assign release = site.data.releases | where: "version", "4.0.2" | first %}
25+
26+
* <{{ release.url.gz }}>
27+
28+
SIZE: {{ release.size.gz }}
29+
SHA1: {{ release.sha1.gz }}
30+
SHA256: {{ release.sha256.gz }}
31+
SHA512: {{ release.sha512.gz }}
32+
33+
* <{{ release.url.xz }}>
34+
35+
SIZE: {{ release.size.xz }}
36+
SHA1: {{ release.sha1.xz }}
37+
SHA256: {{ release.sha256.xz }}
38+
SHA512: {{ release.sha512.xz }}
39+
40+
* <{{ release.url.zip }}>
41+
42+
SIZE: {{ release.size.zip }}
43+
SHA1: {{ release.sha1.zip }}
44+
SHA256: {{ release.sha256.zip }}
45+
SHA512: {{ release.sha512.zip }}
46+
47+
## Release Comment
48+
49+
Many committers, developers, and users who provided bug reports helped us make this release.
50+
Thanks for their contributions.

0 commit comments

Comments
 (0)