Skip to content

Commit 10f91bf

Browse files
Added 3.7.1 release announcement
1 parent 3c22942 commit 10f91bf

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

_posts/2025-07-21-3.7.1-released.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: 3.7.1 Released
3+
layout: post
4+
author: David Rodríguez
5+
author_email: deivid.rodriguez@riseup.net
6+
---
7+
8+
RubyGems 3.7.1 includes enhancements and documentation.
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 regression in presence of RVM gems. Pull request
20+
[#8854](https://github.com/rubygems/rubygems/pull/8854) by
21+
deivid-rodriguez
22+
* Restore parsing "--" as an unknown platform rather than crashing. Pull
23+
request [#8846](https://github.com/rubygems/rubygems/pull/8846) by
24+
deivid-rodriguez
25+
* Installs bundler 2.7.1 as a default gem.
26+
27+
_### Documentation:_
28+
29+
* Use mailto link in Code of Conduct. Pull request
30+
[#8849](https://github.com/rubygems/rubygems/pull/8849) by
31+
deivid-rodriguez
32+
* Update Code of Conduct email to conduct@rubygems.org. Pull request
33+
[#8848](https://github.com/rubygems/rubygems/pull/8848) by indirect
34+
35+
36+
SHA256 Checksums:
37+
38+
* rubygems-3.7.1.tgz
39+
750c8c771180d41ed2358344e5461edee83158c0a81b779969a1339961bc1163
40+
* rubygems-3.7.1.zip
41+
cafa2e6f9737786b856360a24cf972cc7da4b612c71d3f36e5888cc65d03b977
42+
* rubygems-update-3.7.1.gem
43+
4e4931ff55006d1bc1bdffe1df005c23d614bfa6844abd91cde2b935ef8fa088
44+
45+
46+
[download]: https://rubygems.org/pages/download
47+

0 commit comments

Comments
 (0)