Skip to content

Commit 3c22942

Browse files
Added 3.7.0 release announcement
1 parent 3efc370 commit 3c22942

File tree

1 file changed

+92
-0
lines changed

1 file changed

+92
-0
lines changed

_posts/2025-07-16-3.7.0-released.md

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
---
2+
title: 3.7.0 Released
3+
layout: post
4+
author: David Rodríguez
5+
author_email: deivid.rodriguez@riseup.net
6+
---
7+
8+
RubyGems 3.7.0 includes security, breaking changes, enhancements, bug fixes 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+
_### Security:_
18+
19+
* Update vendored resolv to 0.6.2. Pull request
20+
[#8831](https://github.com/rubygems/rubygems/pull/8831) by hsbt
21+
22+
_### Breaking changes:_
23+
24+
* Stop generating binstubs with support for RubyGems before 2.6.2. Pull
25+
request [#8833](https://github.com/rubygems/rubygems/pull/8833) by
26+
deivid-rodriguez
27+
* Drop support for Ruby 3.1. Pull request
28+
[#8634](https://github.com/rubygems/rubygems/pull/8634) by segiddins
29+
30+
_### Enhancements:_
31+
32+
* Update SPDX license list as of 2025-07-01. Pull request
33+
[#8829](https://github.com/rubygems/rubygems/pull/8829) by
34+
github-actions[bot]
35+
* Add `push_rubygem` as a default scope for `gem signin` command. Pull
36+
request [#8672](https://github.com/rubygems/rubygems/pull/8672) by hsbt
37+
* Update bundled tls certs. Pull request
38+
[#8731](https://github.com/rubygems/rubygems/pull/8731) by segiddins
39+
* Install the best matching gem for the current platform in `gem install`.
40+
Pull request [#8751](https://github.com/rubygems/rubygems/pull/8751) by
41+
segiddins
42+
* Move most of `Bundler::GemHelpers` to `Gem::Platform`. Pull request
43+
[#8703](https://github.com/rubygems/rubygems/pull/8703) by segiddins
44+
* Ensure that `Gem::Platform` parses strings to a fix point. Pull request
45+
[#8584](https://github.com/rubygems/rubygems/pull/8584) by segiddins
46+
* Installs bundler 2.7.0 as a default gem.
47+
48+
_### Bug fixes:_
49+
50+
* Fix signing HEAD and date formatting in S3 signer. Pull request
51+
[#8763](https://github.com/rubygems/rubygems/pull/8763) by rye-stripe
52+
* Fix `--bindir <foo>` flag to gem install failing when `<foo>` is not in
53+
the default GEM_HOME and its parent directory does not exist yet. Pull
54+
request [#8783](https://github.com/rubygems/rubygems/pull/8783) by larouxn
55+
* Fix `gem install` sometimes compiling the wrong source files. Pull
56+
request [#8764](https://github.com/rubygems/rubygems/pull/8764) by
57+
deivid-rodriguez
58+
* Workaround rust extension compilation when `ccache` or `sccache` are
59+
used. Pull request [#8521](https://github.com/rubygems/rubygems/pull/8521)
60+
by hsbt
61+
* Fix `gem pristine` not recompiling extensions sometimes. Pull request
62+
[#8757](https://github.com/rubygems/rubygems/pull/8757) by
63+
deivid-rodriguez
64+
* Fix `--prerelease` flag to `gem install` sometimes not respected. Pull
65+
request [#8648](https://github.com/rubygems/rubygems/pull/8648) by ntl
66+
67+
_### Documentation:_
68+
69+
* Fix incorrect UPGRADING link in README.md. Pull request
70+
[#8838](https://github.com/rubygems/rubygems/pull/8838) by djbender
71+
* Add a root CONTRIBUTING.md file. Pull request
72+
[#8822](https://github.com/rubygems/rubygems/pull/8822) by
73+
deivid-rodriguez
74+
* Add a SECURITY.md file. Pull request
75+
[#8812](https://github.com/rubygems/rubygems/pull/8812) by
76+
deivid-rodriguez
77+
* Fix heading ranks in documentation. Pull request
78+
[#8711](https://github.com/rubygems/rubygems/pull/8711) by antoinem
79+
80+
81+
SHA256 Checksums:
82+
83+
* rubygems-3.7.0.tgz
84+
531e98e9db8c93e1686a5986edecde309f72e30a93511e3a642b56e5fd351fc2
85+
* rubygems-3.7.0.zip
86+
238d9de755af6bd102a70f67cbd453eea6e948a228489606b55b50d574919dbb
87+
* rubygems-update-3.7.0.gem
88+
34d86edd3fc0f921ad46c1d0eeec49e591ae903290ce1a59db17f9343da9ba22
89+
90+
91+
[download]: https://rubygems.org/pages/download
92+

0 commit comments

Comments
 (0)