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 0e514bb commit 1628546Copy full SHA for 1628546
1 file changed
CHANGELOG.md
@@ -1,3 +1,22 @@
1
+# 3.5.17 / 2024-08-01
2
+
3
+## Enhancements:
4
5
+* Explicitly encode `Gem::Dependency` to yaml. Pull request
6
+ [#7867](https://github.com/rubygems/rubygems/pull/7867) by segiddins
7
+* Installs bundler 2.5.17 as a default gem.
8
9
+## Bug fixes:
10
11
+* Fix `gem list` regression when a regular gem shadows a default one. Pull
12
+ request [#7892](https://github.com/rubygems/rubygems/pull/7892) by
13
+ deivid-rodriguez
14
+* Always leave default gem executables around. Pull request
15
+ [#7879](https://github.com/rubygems/rubygems/pull/7879) by
16
17
+* Fix line comment issue for hash when loading gemrc. Pull request
18
+ [#7857](https://github.com/rubygems/rubygems/pull/7857) by leetking
19
20
# 3.5.16 / 2024-07-18
21
22
## Enhancements:
0 commit comments