Skip to content

Commit 9dffb2b

Browse files
Added 3.5.21 release announcement
1 parent 6f6c05c commit 9dffb2b

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

_posts/2024-10-03-3.5.21-released.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: 3.5.21 Released
3+
layout: post
4+
author: David Rodríguez
5+
author_email: deivid.rodriguez@riseup.net
6+
---
7+
8+
RubyGems 3.5.21 includes enhancements and bug fixes.
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+
* Fix `Gem::MissingSpecVersionError#to_s` not showing exception message.
20+
Pull request [#8074](https://github.com/rubygems/rubygems/pull/8074) by
21+
deivid-rodriguez
22+
* Remove code that makes suggest_gems_from_name give worse results. Pull
23+
request [#8083](https://github.com/rubygems/rubygems/pull/8083) by
24+
duckinator
25+
* Warning about PATH in `--user-install` mode is only necessary for gems
26+
with executables. Pull request
27+
[#8071](https://github.com/rubygems/rubygems/pull/8071) by
28+
deivid-rodriguez
29+
* Installs bundler 2.5.21 as a default gem.
30+
31+
_## Bug fixes:_
32+
33+
* Fix error in one source when fetching dependency APIs clearing results
34+
from all sources. Pull request
35+
[#8080](https://github.com/rubygems/rubygems/pull/8080) by
36+
deivid-rodriguez
37+
* Fix `gem cleanup` warning when two versions of psych installed. Pull
38+
request [#8072](https://github.com/rubygems/rubygems/pull/8072) by
39+
deivid-rodriguez
40+
41+
42+
SHA256 Checksums:
43+
44+
* rubygems-3.5.21.tgz
45+
959b3e4886986975d85d0b02117790883e53b8d051529df6eacfe64745ef3160
46+
* rubygems-3.5.21.zip
47+
3992a92ae569abe8a48e031e86ab29c1615f18c6acbbbb50302c459e2b847185
48+
* rubygems-update-3.5.21.gem
49+
b18e55a3e7bb8f04ccefba8d0a6274f8b0bf56856c12d08f011aceccfbd7efc8
50+
51+
52+
[download]: https://rubygems.org/pages/download
53+

0 commit comments

Comments
 (0)