summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-19 15:55:04 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-19 15:55:13 +0900
commit9761422f47f6c06b8aa332b7c941a5874319508a (patch)
treea28681a1e29effa53250035d6db05e5747119e87 /NEWS.md
parent919b5bfce3745766e9decb5357f5ecc9f8bb513f (diff)
Added news entries for Bundler
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 933011be41..bc8fe6afb4 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -416,6 +416,11 @@ Note: We're only listing outstanding class updates.
## Stdlib updates
+* Bundler
+
+ * Bundler now uses [[PubGrub]] resolver instead of [[Molinillo]] for performance improvement.
+ * Add support for `bundle gem --ext=rust` command. [[GH-rubygems-6149]]
+
* CGI
* `CGI.escapeURIComponent` and `CGI.unescapeURIComponent` are added.
@@ -782,10 +787,13 @@ The following deprecated APIs are removed.
[Feature #19135]: https://bugs.ruby-lang.org/issues/19135
[Feature #19138]: https://bugs.ruby-lang.org/issues/19138
[Feature #19194]: https://bugs.ruby-lang.org/issues/19194
+[Molinillo]: https://github.com/CocoaPods/Molinillo
+[PubGrub]: https://github.com/jhawthorn/pub_grub
[GH-net-protocol-14]: https://github.com/ruby/net-protocol/pull/14
[GH-pathname-20]: https://github.com/ruby/pathname/pull/20
[GH-6791]: https://github.com/ruby/ruby/pull/6791
[GH-6868]: https://github.com/ruby/ruby/pull/6868
+[GH-rubygems-5175]: https://github.com/rubygems/rubygems/pull/6149
[sec-156615]: https://hackerone.com/reports/156615
[ruby-3-2-irb]: https://st0012.dev/whats-new-in-ruby-3-2-irb
[CVE-2021-33621]: https://www.ruby-lang.org/en/news/2022/11/22/http-response-splitting-in-cgi-cve-2021-33621/