Skip to content

Commit e39f075

Browse files
Added 3.6.7 release announcement
1 parent 8ce46d3 commit e39f075

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: 3.6.7 Released
3+
layout: post
4+
author: David Rodríguez
5+
author_email: deivid.rodriguez@riseup.net
6+
---
7+
8+
RubyGems 3.6.7 includes enhancements and performance.
9+
10+
To update to the latest RubyGems you can run:
11+
12+
gem update --system
13+
14+
To install RubyGems by hand see the [Download RubyGems][download] page.
15+
16+
17+
_## Enhancements:_
18+
19+
* Sorting files in metadata for build reproducibility. Pull request
20+
[#8569](https://github.com/rubygems/rubygems/pull/8569) by
21+
giacomobenedetti
22+
* Default to a SOURCE_DATE_EPOCH of 315619200, to simplify reproducible
23+
builds. Pull request
24+
[#8568](https://github.com/rubygems/rubygems/pull/8568) by duckinator
25+
* Let `gem exec` raise an error in ambiguous cases. Pull request
26+
[#8573](https://github.com/rubygems/rubygems/pull/8573) by
27+
deivid-rodriguez
28+
* Installs bundler 2.6.7 as a default gem.
29+
30+
_## Performance:_
31+
32+
* Speed up Version#<=> ~20-50% when lengths differ. Pull request
33+
[#8565](https://github.com/rubygems/rubygems/pull/8565) by skipkayhil
34+
35+
36+
SHA256 Checksums:
37+
38+
* rubygems-3.6.7.tgz
39+
d23cfe2724cf84120d3a5059c7c0eed3a062f8b6e581f9b7bf01a3c447fa2f37
40+
* rubygems-3.6.7.zip
41+
766da4a3eb4950a4acb72b3db064feb3be7d34f3093a67747cf8e9f1efcd9dab
42+
* rubygems-update-3.6.7.gem
43+
8da96fd169fd6e45ac4e2784554a70ae3fda092fa6ccb0518f5fc875ccb9e53c
44+
45+
46+
[download]: https://rubygems.org/pages/download
47+

0 commit comments

Comments
 (0)