Skip to content

Commit 26f0fbd

Browse files
Added 3.5.17 release announcement
1 parent 1c47701 commit 26f0fbd

1 file changed

Lines changed: 46 additions & 0 deletions

File tree

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: 3.5.17 Released
3+
layout: post
4+
author: David Rodríguez
5+
author_email: deivid.rodriguez@riseup.net
6+
---
7+
8+
RubyGems 3.5.17 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+
* Explicitly encode `Gem::Dependency` to yaml. Pull request
20+
[#7867](https://github.com/rubygems/rubygems/pull/7867) by segiddins
21+
* Installs bundler 2.5.17 as a default gem.
22+
23+
_## Bug fixes:_
24+
25+
* Fix `gem list` regression when a regular gem shadows a default one. Pull
26+
request [#7892](https://github.com/rubygems/rubygems/pull/7892) by
27+
deivid-rodriguez
28+
* Always leave default gem executables around. Pull request
29+
[#7879](https://github.com/rubygems/rubygems/pull/7879) by
30+
deivid-rodriguez
31+
* Fix line comment issue for hash when loading gemrc. Pull request
32+
[#7857](https://github.com/rubygems/rubygems/pull/7857) by leetking
33+
34+
35+
SHA256 Checksums:
36+
37+
* rubygems-3.5.17.tgz
38+
53c17eae1e7fbe84ad32957137938c08bd0e383f45eda354fc81ad085d56e0ea
39+
* rubygems-3.5.17.zip
40+
40cec7dc41030756a36981a6b898e7eded2a9e1c76f56b10cc6cf4f0e1ab2feb
41+
* rubygems-update-3.5.17.gem
42+
d14b3772bd695a57b39a82317a025f86a3aeecc99fb8ad9f87890f1058688b3a
43+
44+
45+
[download]: https://rubygems.org/pages/download
46+

0 commit comments

Comments
 (0)