Skip to content

Commit abeb6e6

Browse files
Changelog for Rubygems version 3.5.22
1 parent 47aad23 commit abeb6e6

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
# 3.5.22 / 2024-10-16
2+
3+
## Enhancements:
4+
5+
* Prevent `._*` files in packages generated from macOS. Pull request
6+
[#8150](https://github.com/rubygems/rubygems/pull/8150) by
7+
deivid-rodriguez
8+
* Fix `gem pristine etc` resetting gem twice sometimes. Pull request
9+
[#8117](https://github.com/rubygems/rubygems/pull/8117) by
10+
deivid-rodriguez
11+
* Allow `gem pristine` to reset default gems too. Pull request
12+
[#8118](https://github.com/rubygems/rubygems/pull/8118) by
13+
deivid-rodriguez
14+
* Update vendored `uri` and `net-http`. Pull request
15+
[#8112](https://github.com/rubygems/rubygems/pull/8112) by segiddins
16+
* Installs bundler 2.5.22 as a default gem.
17+
18+
## Bug fixes:
19+
20+
* Fix `gem contents` for default gems. Pull request
21+
[#8132](https://github.com/rubygems/rubygems/pull/8132) by
22+
deivid-rodriguez
23+
* Fix duplicated specs when they have been previously activated. Pull
24+
request [#8131](https://github.com/rubygems/rubygems/pull/8131) by
25+
deivid-rodriguez
26+
* Fix `gem install` on NFS shares. Pull request
27+
[#8123](https://github.com/rubygems/rubygems/pull/8123) by
28+
deivid-rodriguez
29+
* Fix a `gem install` crash during "done installing" hooks. Pull request
30+
[#8113](https://github.com/rubygems/rubygems/pull/8113) by
31+
deivid-rodriguez
32+
* Fix plugin command loading. Pull request
33+
[#8121](https://github.com/rubygems/rubygems/pull/8121) by
34+
deivid-rodriguez
35+
136
# 3.5.21 / 2024-10-03
237

338
## Enhancements:

0 commit comments

Comments
 (0)