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: ko/news/_posts/2025-10-07-ruby-3-4-7-released.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,27 @@
1
1
---
2
2
layout: news_post
3
-
title: "Ruby 3.4.7 Released"
3
+
title: "Ruby 3.4.7 릴리스"
4
4
author: k0kubun
5
-
translator:
5
+
translator:"shia"
6
6
date: 2025-10-07 17:14:11 +0000
7
-
lang: en
7
+
lang: ko
8
8
---
9
9
10
-
Ruby 3.4.7 has been released.
10
+
Ruby 3.4.7이 릴리스되었습니다.
11
11
12
-
This release includes [an update to the uri gem addressing CVE-2025-61594](https://www.ruby-lang.org/en/news/2025/10/07/uri-cve-2025-61594/),
13
-
along with other bug fixes. Please refer to [the release notes on GitHub](https://github.com/ruby/ruby/releases/tag/v3_4_7) for further details.
12
+
이 릴리스는 [CVE-2025-61594에 대응하는 uri gem 업데이트](https://www.ruby-lang.org/ko/news/2025/10/07/uri-cve-2025-61594/)를 포함한,
13
+
기타 버그 수정이 포함되어 있습니다. 자세한 내용은 [GitHub 릴리스 노트](https://github.com/ruby/ruby/releases/tag/v3_4_7)를 참조하세요.
14
14
15
-
We recommend updating your version of the uri gem. This release has been made for the convenience of those who wish to continue using it as a default gem.
15
+
uri gem을 업데이트할 것을 권장합니다. 이 릴리스는 기본 gem으로 계속 사용하려는 분들의 편의를 위해 제공됩니다.
16
16
17
-
## Release Schedule
17
+
## 릴리스 일정
18
18
19
-
We intend to release the latest stable Ruby version (currently Ruby 3.4) every two months following the most recent release.
20
-
Ruby 3.4.8 is scheduled for December and 3.4.9 for February.
19
+
Ruby의 최신 안정 버전(현재 Ruby 3.4)을 2개월마다 릴리스할 계획입니다.
20
+
Ruby 3.4.8은 12월에 릴리스될 예정이며, 3.4.9은 2월에 릴리스될 예정입니다.
21
21
22
-
If a change arises that significantly affects users, a release may occur earlier than planned, and the subsequent schedule may shift accordingly.
22
+
만약 많은 사람들에게 영향을 미치는 변경 사항이 있을 경우, 해당 버전은 예상보다 빨리 릴리스될 수 있으며, 이후 일정이 그에 맞춰 변경될 수 있습니다.
0 commit comments