Skip to content

Commit

Permalink
Translate "Ruby 3.3.6 Released" (ko)
Browse files Browse the repository at this point in the history
  • Loading branch information
riseshia committed Nov 5, 2024
1 parent ae4e505 commit a92c31a
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions ko/news/_posts/2024-11-05-ruby-3-3-6-released.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
---
layout: news_post
title: "Ruby 3.3.6 Released"
title: "Ruby 3.3.6 릴리스"
author: k0kubun
translator:
translator: shia
date: 2024-11-05 04:25:00 +0000
lang: en
lang: ko
---

Ruby 3.3.6 has been released.
Ruby 3.3.6이 릴리스되었습니다.

This is a routine update that includes minor bug fixes.
It also stops warning missing default gem dependencies that will be bundled gems in Ruby 3.5.
For more details, please refer to [the release notes on GitHub](https://github.com/ruby/ruby/releases/tag/v3_3_6).
이번 릴리스는 일반적인 업데이트로, 사소한 버그 수정이 포함되어 있습니다.
또한 Ruby 3.5에서 번들된 gem으로 제공될 기본 gem 의존성이 누락되었다는 경고를 중지합니다.
자세한 내용은 [GitHub 릴리스 노트](https://github.com/ruby/ruby/releases/tag/v3_3_6)를 참조하세요.

## Release Schedule
## 릴리스 일정

As previously [announced](https://www.ruby-lang.org/en/news/2024/07/09/ruby-3-3-4-released/), we intend to release the latest stable Ruby version (currently Ruby 3.3) every 2 months following a `.1` release.
이전에 [발표했던 것](https://www.ruby-lang.org/ko/news/2024/07/09/ruby-3-3-4-released/)처럼, 앞으로 최신 안정 버전의 Ruby(현재 Ruby 3.3)`.1` 릴리스 이후 2개월마다 릴리스할 계획입니다.

We expect to release Ruby 3.3.7 on January 7th. If any significant changes arise that impact a large number of users, we may release a new version earlier than scheduled.
3.3.7은 1월 7일에 릴리스될 예정입니다. 많은 사람들에게 영향을 미치는 변경 사항이 있을 경우, 예상보다 빨리 새 버전을 릴리스할 수 있습니다.

## Download
## 다운로드

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

Expand All @@ -44,7 +44,7 @@ We expect to release Ruby 3.3.7 on January 7th. If any significant changes arise
SHA256: {{ release.sha256.zip }}
SHA512: {{ release.sha512.zip }}

## Release Comment
## 릴리스 코멘트

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

0 comments on commit a92c31a

Please sign in to comment.