From 9f0b84ee45524dcd6b3acf32137661ebd9a437d1 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 17 Dec 2024 12:10:33 +0900 Subject: Added changes of RubyGems-3.6.x and Bundler-2.6.x to NEWS.md --- NEWS.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS.md b/NEWS.md index 1c222b7f69..0025cc5db9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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. -- cgit v1.2.3