Skip to content

Update 3.4.0 ReleaseNote to add list of gems that promoted from default gems to bundled gems. #3581

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Revert changes for zh_cn and zh_tw in 2024-12-25-ruby-3-4-0-released.md.
  • Loading branch information
hshimoyama committed Jul 3, 2025
commit e65eb1aa3f0280ec4282a4376a0401352ae8fccd
16 changes: 0 additions & 16 deletions zh_cn/news/_posts/2024-12-25-ruby-3-4-0-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,22 +170,6 @@ socket 库在 `TCPSocket.new` (`TCPSocket.open`) 和 `Socket.tcp` 中添加了

* 此库现在从 Ruby 代码仓库抽取到独立的代码仓库 [ruby/net-http-sspi]。[[Feature #20775]]

以下默认 gem 成为绑定 gem

- mutex_m 0.3.0
- getoptlong 0.2.1
- base64 0.2.0
- bigdecimal 3.1.8
- observer 0.1.2
- abbrev 0.1.2
- resolv-replace 0.1.1
- rinda 0.2.0
- drb 2.2.1
- nkf 0.2.0
- syslog 0.2.0
- csv 3.3.2
- repl_type_completor 0.1.9

## 兼容性问题

注意:不包括问题补丁。
Expand Down
16 changes: 0 additions & 16 deletions zh_tw/news/_posts/2024-12-25-ruby-3-4-0-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,22 +168,6 @@ socket 函式庫引入新功能[Happy Eyeballs 版本2 (RFC 8305)](https://datat
* 這個函式庫已從 Ruby 儲存庫分離至 [ruby/net-http-sspi]。
[[Feature #20775]]

下列的預設 gem 現在是 bundled gems。

- mutex_m 0.3.0
- getoptlong 0.2.1
- base64 0.2.0
- bigdecimal 3.1.8
- observer 0.1.2
- abbrev 0.1.2
- resolv-replace 0.1.1
- rinda 0.2.0
- drb 2.2.1
- nkf 0.2.0
- syslog 0.2.0
- csv 3.3.2
- repl_type_completor 0.1.9

## 相容性問題

注意:不包含功能問題的修正。
Expand Down
Loading