You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/news/_posts/2026-03-11-ruby-3-4-9-released.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,21 @@
1
1
---
2
2
layout: news_post
3
3
title: "Ruby 3.4.9 Released"
4
-
author:
4
+
author:nagachika
5
5
translator:
6
-
date: 2026-03-11 10:21:42 +0000
6
+
date: 2026-03-11 11:00:00 +0000
7
7
lang: en
8
8
---
9
9
10
10
Ruby 3.4.9 has been released.
11
11
12
+
This release includes [an update to the zlib gem addressing CVE-2026-27820](https://www.ruby-lang.org/en/news/2026/03/05/buffer-overflow-zlib-cve-2026-27820/),
13
+
along with other bug fixes.
12
14
Please see the [GitHub releases](https://github.com/ruby/ruby/releases/tag/v3_4_9) for further details.
13
15
16
+
We recommend updating your version of the zlib gem. This release has been made for the convenience of those who wish to continue using it as a default gem.
0 commit comments