Skip to content

Commit 7161726

Browse files
committed
Added 3.5.18 release announcement
1 parent c7ef9a9 commit 7161726

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

_posts/2024-09-05-3.5.18-released.md

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: 3.5.18 Released
3+
layout: post
4+
author: Samuel
5+
author_email: segiddins@segiddins.me
6+
---
7+
8+
RubyGems 3.5.18 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+
* Installs bundler 2.5.18 as a default gem.
20+
21+
_## Bug fixes:_
22+
23+
* Fix `gem uninstall <name>:<version>` failing on shadowed default gems.
24+
Pull request [#7949](https://github.com/rubygems/rubygems/pull/7949) by
25+
deivid-rodriguez
26+
27+
28+
SHA256 Checksums:
29+
30+
* rubygems-3.5.18.tgz
31+
72ca453d2413c5f7d527ab25a57d2b581241bed78740f5527f6b18a8567c1ac0
32+
* rubygems-3.5.18.zip
33+
0bba51e34efc7c31ddd73fbde812bc4fda3975e1963b4a11684411da47684856
34+
* rubygems-update-3.5.18.gem
35+
8a1a11e86a6e43fb804257466955f7fb05af647c141b84a9a7f29a57be288be5
36+
37+
38+
[download]: https://rubygems.org/pages/download
39+

0 commit comments

Comments
 (0)