Skip to content

Commit 89e0fa2

Browse files
Added 3.5.7 release announcement
1 parent fe1c4e0 commit 89e0fa2

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

_posts/2024-03-22-3.5.7-released.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
title: 3.5.7 Released
3+
layout: post
4+
author: David Rodriguez
5+
author_email: deivid.rodriguez@riseup.net
6+
---
7+
8+
RubyGems 3.5.7 includes 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+
_## Enhancements:_
18+
19+
* Warn on empty or open required_ruby_version specification attribute.
20+
Pull request [#5010](https://github.com/rubygems/rubygems/pull/5010) by
21+
simi
22+
* Control whether YAML aliases are enabled in Gem::SafeYAML.safe_load via
23+
attribute. Pull request
24+
[#7464](https://github.com/rubygems/rubygems/pull/7464) by segiddins
25+
* Update SPDX license list as of 2024-02-08. Pull request
26+
[#7468](https://github.com/rubygems/rubygems/pull/7468) by
27+
github-actions[bot]
28+
* Installs bundler 2.5.7 as a default gem.
29+
30+
_## Bug fixes:_
31+
32+
* Allow prerelease activation (even if requirement is not explicit about
33+
it) when it's the only possibility. Pull request
34+
[#7428](https://github.com/rubygems/rubygems/pull/7428) by kimesf
35+
36+
_## Documentation:_
37+
38+
* Fix a typo. Pull request
39+
[#7505](https://github.com/rubygems/rubygems/pull/7505) by hsbt
40+
* Use https instead of http in documentation links. Pull request
41+
[#7481](https://github.com/rubygems/rubygems/pull/7481) by hsbt
42+
43+
44+
SHA256 Checksums:
45+
46+
* rubygems-3.5.7.tgz
47+
c3d04a204d2f7265fe9a6b43a85d6d227869947741a24d56e51d7136d4629e39
48+
* rubygems-3.5.7.zip
49+
6f52ef49fd85e3582a98ad26c00949797faf496f25b2f726e419f81fbc180f16
50+
* rubygems-update-3.5.7.gem
51+
d76a7f0f85b843bf35798fcd851335975ae5473c25b5f6a9bf507f74ae9f7579
52+
53+
54+
[download]: https://rubygems.org/pages/download
55+

0 commit comments

Comments
 (0)