summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-12-17 12:10:33 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-12-17 12:25:00 +0900
commit9f0b84ee45524dcd6b3acf32137661ebd9a437d1 (patch)
tree80ead86071978d3789a0bb16887e9b44319f1c8c
parentc7a638747ae4c2cf7eee17b07e782b1ee446ec82 (diff)
Added changes of RubyGems-3.6.x and Bundler-2.6.x to NEWS.md
-rw-r--r--NEWS.md7
1 files changed, 7 insertions, 0 deletions
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.