File tree Expand file tree Collapse file tree 3 files changed +36
-3
lines changed Expand file tree Collapse file tree 3 files changed +36
-3
lines changed Original file line number Diff line number Diff line change 9
9
stable :
10
10
11
11
- 3.4.5
12
- - 3.3.8
12
+ - 3.3.9
13
13
- 3.2.8
14
14
15
15
# optional
Original file line number Diff line number Diff line change 290
290
291
291
# 3.3 series
292
292
293
+ - version : 3.3.9
294
+ date : ' 2025-07-24'
295
+ post : " /en/news/2025/07/24/ruby-3-3-9-released/"
296
+ url :
297
+ gz : https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.9.tar.gz
298
+ xz : https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.9.tar.xz
299
+ zip : https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.9.zip
300
+ size :
301
+ gz : 22217076
302
+ xz : 16436904
303
+ zip : 27649882
304
+ sha1 :
305
+ gz : 26c37cff59c72a9249fa5fd3d9a301f320315ea1
306
+ xz : b303b2dbcb46ce97c24e40ac0e3f5148058a2299
307
+ zip : eff79d7ee7f23bf0d5c68a81b3f006878037fcd5
308
+ sha256 :
309
+ gz : d1991690a4e17233ec6b3c7844c1e1245c0adce3e00d713551d0458467b727b1
310
+ xz : 2b24a2180a2f7f63c099851a1d01e6928cf56d515d136a91bd2075423a7a76bb
311
+ zip : 110546854051d5142eba38e9f212ac69a7862835634174a641f88796fefcf987
312
+ sha512 :
313
+ gz : 3a8215e42dcaa9d28a74afbf371e88c7393ace54a606f96d3027edf23a41953ba53360d2dcd74a38008a4ec9ca18af3acf44686253d819891c0c613c29327254
314
+ xz : 52be800daf9e983dd7539f6961ee6d4e863c8f4eefdce4fb1091fdfe05339531832dd88d2a8b6f5cdcd790f9d5aefa3bc08574fcb2bab399200d20fa0ad1db18
315
+ zip : 67a6e0bdce21b237d8db62a8351fb544dc8cf15a1afcb111d0589b0384f6b977a3f779042ef49eb170256ac168e0477b8b56f343ab381422e788850c1d171382
316
+
293
317
- version : 3.3.8
294
318
date : 2025-04-09
295
319
post : " /en/news/2025/04/09/ruby-3-3-8-released/"
Original file line number Diff line number Diff line change 1
1
---
2
2
layout : news_post
3
3
title : " Ruby 3.3.9 Released"
4
- author :
4
+ author : nagachika
5
5
translator :
6
- date : 2025-07-24 10:44:46 +0000
6
+ date : 2025-07-24 11:00:00 +0000
7
7
lang : en
8
8
---
9
9
10
10
Ruby 3.3.9 has been released.
11
11
12
+ This release includes the following security fix of default gems:
13
+
14
+ * [ CVE-2025 -24294: Possible Denial of Service in resolv gem] ( https://www.ruby-lang.org/en/news/2025/07/08/dos-resolv-cve-2025-24294/ )
15
+
16
+ and the following fixes for build issues:
17
+
18
+ * GCC 15.1
19
+ * Visual Studio 2022 Version 17.14
20
+
12
21
Please see the [ GitHub releases] ( https://github.com/ruby/ruby/releases/tag/v3_3_9 ) for further details.
13
22
14
23
## Download
You can’t perform that action at this time.
0 commit comments