We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ef9a9 commit 17ae98aCopy full SHA for 17ae98a
_posts/2024-08-31-3.5.18-released.md
@@ -0,0 +1,33 @@
1
+---
2
+title: 3.5.18 Released
3
+layout: post
4
+author: Your Name
5
+author_email: you@example.com
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
31
32
+[download]: https://rubygems.org/pages/download
33
0 commit comments