1
1
---
2
2
layout : news_post
3
- title : " Ruby 3.3.4 Released "
3
+ title : " Ruby 3.3.4 릴리스 "
4
4
author : " k0kubun"
5
- translator :
5
+ translator : " shia "
6
6
date : 2024-07-09 00:30:00 +0000
7
- lang : en
7
+ lang : ko
8
8
---
9
9
10
- Ruby 3.3.4 has been released .
10
+ Ruby 3.3.4가 릴리스되었습니다 .
11
11
12
- This release fixes a regression in Ruby 3.3.3 that dependencies are missing in the gemspec
13
- of some bundled gems: ` net-pop ` , ` net-ftp ` , ` net-imap ` , and ` prime `
12
+ 이번 릴리스에는 Ruby 3.3.3의 내장 gem인 ` net-pop ` , ` net-ftp ` , ` net-imap ` , ` prime ` 의
13
+ gemspec에서 의존성이 누락된 회귀 버그를 해결했습니다
14
14
[[ Bug #20581 ]] ( https://bugs.ruby-lang.org/issues/20581 ) .
15
- The fix allows Bundler to successfully install those gems on platforms like Heroku .
16
- If your ` bundle install ` runs correctly now, you may not have this issue .
15
+ 이 수정으로 Bundler가 Heroku와 같은 플랫폼에서 해당 gem을 성공적으로 설치할 수 있습니다 .
16
+ 만약 ` bundle install ` 이 정상적으로 작동한다면, 이 문제는 해결된 것입니다 .
17
17
18
- Other changes are mostly minor bug fixes .
19
- Please see the [ GitHub releases ] ( https://github.com/ruby/ruby/releases/tag/v3_3_4 ) for further details .
18
+ 나머지 변경 사항은 대부분 사소한 버그 수정입니다 .
19
+ 자세한 내용은 [ GitHub 릴리스 ] ( https://github.com/ruby/ruby/releases/tag/v3_3_4 ) 를 참조하세요 .
20
20
21
- ## Release Schedule
21
+ ## 릴리스 일정
22
22
23
- Going forward, we intend to release the latest stable Ruby version (currently Ruby 3.3) every 2 months after a ` .1 ` release .
24
- For Ruby 3.3 , 3.3.5 is supposed to be released on Sep 3rd , 3.3.6 on Nov 5th, and 3.3.7 on Jan 7th .
23
+ 앞으로, 최신 안정 버전의 Ruby(현재 Ruby 3.3)를 ` .1 ` 릴리스 이후 2개월마다 릴리스할 계획입니다 .
24
+ Ruby 3.3의 경우 , 3.3.5는 9월 3일에 , 3.3.6은 11월 5일에, 3.3.7은 1월 7일에 릴리스될 예정입니다 .
25
25
26
- If there's any change that affects a considerable amount of people, e.g. Ruby 3.3.3 users on Heroku for this release ,
27
- we may release a new version earlier than expected .
26
+ Ruby 3.3.3 사용자 중 Heroku 사용자에 영향을 미치는 릴리스처럼 많은 사람들에게 영향을 미치는 변경 사항이 있을 경우 ,
27
+ 예상보다 빨리 새 버전을 릴리스할 수 있습니다 .
28
28
29
- ## Download
29
+ ## 다운로드
30
30
31
31
{% assign release = site.data.releases | where: "version", "3.3.4" | first %}
32
32
@@ -51,7 +51,7 @@ we may release a new version earlier than expected.
51
51
SHA256: {{ release.sha256.zip }}
52
52
SHA512: {{ release.sha512.zip }}
53
53
54
- ## Release Comment
54
+ ## 릴리스 코멘트
55
55
56
- Many committers, developers, and users who provided bug reports helped us make this release .
57
- Thanks for their contributions .
56
+ 많은 커미터, 개발자, 버그를 보고해 준 사용자들이 이 릴리스를 만드는 데 도움을 주었습니다 .
57
+ 그들의 기여에 감사드립니다 .
0 commit comments