Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _data/downloads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ stable:
- 4.0.2
- 3.4.9
- 3.3.11
- 3.2.10
- 3.2.11

# optional
security_maintenance:
Expand Down
24 changes: 24 additions & 0 deletions _data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -935,6 +935,30 @@

# 3.2 series

- version: 3.2.11
date: 2026-03-27
post: /en/news/2026/03/27/ruby-3-2-11-released/
url:
gz: https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.11.tar.gz
zip: https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.11.zip
xz: https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.11.tar.xz
size:
gz: 19984344
zip: 24594356
xz: 14695828
sha1:
gz: 9534a3aa08d2ccb4d3c50b1301b2da9a9b91c4ab
zip: 7e84c9433f32a758da123d3b5532cc632d19d503
xz: 501cecc15ba079087967888ae455d62e5886fbc1
sha256:
gz: b3eeabd6636f334531db3ffdc3229eb05e524740e6c84fdc043720573cf2f8b2
zip: 08ab90aa4ada9268e96aa47fb6c3a77fdb3b2f792f2671053e3b55a6141618ce
xz: c13aec0c206725d5d356acbae6e5fd8bffd92dc325aec14fd5dd7795d4b763d2
sha512:
gz: 95896bbf519604da0dc3d82066ac92c3f661b2ee9ffd8e2c9effce4773677445f1dcc43b05539050024b57f4f94f43984a734a03015ac6e29679e79d5a093a67
zip: 133d63cd9bb7c9fe38eecd18c996013de0a56fef09c89c42f4fc9c383f09ab4ab3b0b31edbadd1fd1aaa797fbb9c86128ded51c6e5263cd3225754e714b3d195
xz: 418739d476d34e2467e7f1ee60ff63a1969a362b49871bdc488676c1ac7d28b198deee85e2bd951a23f5b0e8425bc89ca59d5c8cb8415fa5ed835555e3d3af8d

- version: 3.2.10
date: 2026-01-14
post: "/en/news/2026/01/14/ruby-3-2-10-released/"
Expand Down
47 changes: 47 additions & 0 deletions en/news/_posts/2026-03-27-ruby-3-2-11-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
layout: news_post
title: "Ruby 3.2.11 Released"
author: hsbt
translator:
date: 2026-03-27 00:00:00 +0000
lang: en
---

Ruby 3.2.11 has been released. 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/).

Please see the [GitHub releases](https://github.com/ruby/ruby/releases/tag/v3_2_11) for further details.

This is the final release of the Ruby 3.2 series. We will not provide any further updates, including security fixes, for the Ruby 3.2 series.

We recommend upgrading to Ruby 3.4 or 4.0.

## Download

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

* <{{ release.url.gz }}>

SIZE: {{ release.size.gz }}
SHA1: {{ release.sha1.gz }}
SHA256: {{ release.sha256.gz }}
SHA512: {{ release.sha512.gz }}

* <{{ release.url.xz }}>

SIZE: {{ release.size.xz }}
SHA1: {{ release.sha1.xz }}
SHA256: {{ release.sha256.xz }}
SHA512: {{ release.sha512.xz }}

* <{{ release.url.zip }}>

SIZE: {{ release.size.zip }}
SHA1: {{ release.sha1.zip }}
SHA256: {{ release.sha256.zip }}
SHA512: {{ release.sha512.zip }}

## Release Comment

Since [the initial release of Ruby 3.2.0 on December 25, 2022](https://www.ruby-lang.org/en/news/2022/12/25/ruby-3-2-0-released/), the Ruby 3.2 series has been supported for over three years.

We would like to thank all committers, developers, and users who provided bug reports and contributions throughout the life of the Ruby 3.2 series.