Skip to content

Commit 3251077

Browse files
riseshiaclaude
andcommitted
Translate "Ruby 4.0.2 Released" (ko)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c7d4f99 commit 3251077

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

ko/news/_posts/2026-03-16-ruby-4-0-2-released.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
---
22
layout: news_post
3-
title: "Ruby 4.0.2 Released"
3+
title: "Ruby 4.0.2 릴리스"
44
author: k0kubun
5-
translator:
5+
translator: "shia"
66
date: 2026-03-16 23:18:29 +0000
7-
lang: en
7+
lang: ko
88
---
99

10-
Ruby 4.0.2 has been released.
10+
Ruby 4.0.2가 릴리스되었습니다.
1111

12-
This is a routine update that includes a bugfix in YJIT for [NoMethodError on Puma](https://github.com/puma/puma/issues/3620).
13-
Please see the [GitHub Releases](https://github.com/ruby/ruby/releases/tag/v4.0.2) for further details.
12+
이번 릴리스는 [Puma에서의 NoMethodError](https://github.com/puma/puma/issues/3620)에 대한 YJIT 버그 수정을 포함하는 일반적인 업데이트입니다.
13+
자세한 내용은 [GitHub 릴리스](https://github.com/ruby/ruby/releases/tag/v4.0.2)를 참조하세요.
1414

15-
## Release Schedule
15+
## 릴리스 일정
1616

17-
We intend to release the latest stable Ruby version (currently Ruby 4.0) every two months following the most recent release.
18-
Ruby 4.0.3 will be released in May, 4.0.4 in July, 4.0.5 in September, and 4.0.6 in November.
17+
Ruby의 최신 안정 버전(현재 Ruby 4.0)을 최신 릴리스 이후 2개월마다 릴리스할 계획입니다.
18+
Ruby 4.0.3은 5월에, 4.0.4는 7월에, 4.0.5는 9월에, 4.0.6은 11월에 릴리스될 예정입니다.
1919

20-
If a change arises that significantly affects users, a release may occur earlier than planned, and the subsequent schedule may shift accordingly.
20+
만약 많은 사용자에게 영향을 미치는 변경 사항이 있을 경우, 해당 버전은 예상보다 빨리 릴리스될 수 있고, 이후 일정도 그에 따라 조정될 수 있습니다.
2121

22-
## Download
22+
## 다운로드
2323

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

@@ -44,7 +44,7 @@ If a change arises that significantly affects users, a release may occur earlier
4444
SHA256: {{ release.sha256.zip }}
4545
SHA512: {{ release.sha512.zip }}
4646

47-
## Release Comment
47+
## 릴리스 코멘트
4848

49-
Many committers, developers, and users who provided bug reports helped us make this release.
50-
Thanks for their contributions.
49+
많은 커미터, 개발자, 버그를 보고해 준 사용자들이 이 릴리스를 만드는 데 도움을 주었습니다.
50+
그들의 기여에 감사드립니다.

0 commit comments

Comments
 (0)