Skip to content

Commit 11738c8

Browse files
committed
Write up the 4.0.3 release
1 parent ef5d891 commit 11738c8

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

en/news/_posts/2026-04-21-ruby-4-0-3-released.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
---
22
layout: news_post
33
title: "Ruby 4.0.3 Released"
4-
author:
4+
author: k0kubun
55
translator:
66
date: 2026-04-21 08:45:44 +0000
77
lang: en
88
---
99

1010
Ruby 4.0.3 has been released.
1111

12-
Please see the [GitHub releases](https://github.com/ruby/ruby/releases/tag/v4.0.3) for further details.
12+
This release only contains ERB 6.0.1.1, which fixes [CVE-2026-41316](https://www.ruby-lang.org/en/news/2026/04/21/erb-cve-2026-41316/).
13+
14+
If your application calls Marshal.load on untrusted data AND has both erb and activesupport loaded, please update your ERB to one of those versions. You can use this Ruby 4.0.3 release to do so.
15+
16+
## Release Schedule
17+
18+
We intend to release the latest stable Ruby version (currently Ruby 4.0) every two months following the most recent *regular* release. Ruby 4.0.4 will be released in May, 4.0.5 in July, 4.0.6 in September, and 4.0.7 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.
1321

1422
## Download
1523

0 commit comments

Comments
 (0)