Skip to content

Commit 1b16fa3

Browse files
Added 3.5.16 release announcement
1 parent e03fb3d commit 1b16fa3

1 file changed

Lines changed: 47 additions & 0 deletions

File tree

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: 3.5.16 Released
3+
layout: post
4+
author: David Rodríguez
5+
author_email: deivid.rodriguez@riseup.net
6+
---
7+
8+
RubyGems 3.5.16 includes enhancements, bug fixes and performance.
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+
* Installs bundler 2.5.16 as a default gem.
20+
21+
_## Bug fixes:_
22+
23+
* Fix gemspec `require_paths` validation. Pull request
24+
[#7866](https://github.com/rubygems/rubygems/pull/7866) by
25+
deivid-rodriguez
26+
* Fix loading of nested `gemrc` config keys when specified as symbols.
27+
Pull request [#7851](https://github.com/rubygems/rubygems/pull/7851) by
28+
moofkit
29+
30+
_## Performance:_
31+
32+
* Use `caller_locations` instead of splitting `caller`. Pull request
33+
[#7708](https://github.com/rubygems/rubygems/pull/7708) by nobu
34+
35+
36+
SHA256 Checksums:
37+
38+
* rubygems-3.5.16.tgz
39+
7fd10de9e5e933321b62b8f1194256ae64703ba2541cab91ec31244a018d9012
40+
* rubygems-3.5.16.zip
41+
8856502100771ecf0da6fe4cbcf585aaff521fc312fa37731a850c55b67f6c0e
42+
* rubygems-update-3.5.16.gem
43+
98c2904749b614a8a838188979b7ecab85f41a633795292ce5697f9461267fba
44+
45+
46+
[download]: https://rubygems.org/pages/download
47+

0 commit comments

Comments
 (0)