Added changes of RubyGems-3.6.x and Bundler-2.6.x to NEWS.md

This commit is contained in:
Hiroshi SHIBATA 2024-12-17 12:10:33 +09:00
parent c7a638747a
commit 9f0b84ee45
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -152,6 +152,13 @@ Note: We're only listing outstanding class updates.
## Stdlib updates
* RubyGems
* Add --attestation option to gem push. It enabled to store signature of build artifact to sigstore.dev.
* Bundler
* Add a lockfile_checksums configuration to include checksums in fresh lockfiles.
* Add bundle lock --add-checksums to add checksums to an existing lockfile.
* Tempfile
* The keyword argument `anonymous: true` is implemented for Tempfile.create.