Skip to content

Commit 45967d8

Browse files
Added 3.7.2 release announcement
1 parent b16f27e commit 45967d8

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
title: 3.7.2 Released
3+
layout: post
4+
author: David Rodríguez
5+
author_email: [email protected]
6+
---
7+
8+
RubyGems 3.7.2 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+
* `gem sources --prepend` and `--append` allow finer grained control of
20+
sources. Pull request
21+
[#8901](https://github.com/rubygems/rubygems/pull/8901) by martinemde
22+
* Improve `gem sources --remove` output. Pull request
23+
[#8909](https://github.com/rubygems/rubygems/pull/8909) by
24+
deivid-rodriguez
25+
* Make `gem sources` output more clear. Pull request
26+
[#8938](https://github.com/rubygems/rubygems/pull/8938) by
27+
deivid-rodriguez
28+
* Use IMDSv2 for S3 instance credentials. Pull request
29+
[#7709](https://github.com/rubygems/rubygems/pull/7709) by
30+
folbricht-stripe
31+
* Installs bundler 2.7.2 as a default gem.
32+
33+
_### Bug fixes:_
34+
35+
* Fix "did you mean" suggestions for unknown commands. Pull request
36+
[#8948](https://github.com/rubygems/rubygems/pull/8948) by
37+
deivid-rodriguez
38+
* Fix trailing slashes not considered by `gem sources --remove`. Pull
39+
request [#8939](https://github.com/rubygems/rubygems/pull/8939) by
40+
deivid-rodriguez
41+
42+
43+
SHA256 Checksums:
44+
45+
* rubygems-3.7.2.tgz
46+
efece01225a532f4b52cf8764d20a00e0d29ed6f85b33d9302df4896a90fa5ab
47+
* rubygems-3.7.2.zip
48+
90dcd1be275d85a3aac31fbdf5842999d2d9345496bc4bba7518346294fa2b6e
49+
* rubygems-update-3.7.2.gem
50+
79dba0a6e377ab0b52cd526479753904b6ffaff1f8717b472c5792a8950fe060
51+
52+
53+
[download]: https://rubygems.org/pages/download
54+

0 commit comments

Comments
 (0)