Skip to content

Commit c243d68

Browse files
Changelog for Rubygems version 3.6.2
1 parent aaa9ab5 commit c243d68

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# 3.6.2 / 2024-12-23
2+
3+
## Security:
4+
5+
* Fix Gem::SafeMarshal buffer overrun when given lengths larger than fit
6+
into a byte. Pull request
7+
[#8305](https://github.com/rubygems/rubygems/pull/8305) by segiddins
8+
* Improve type checking in marshal_load methods. Pull request
9+
[#8306](https://github.com/rubygems/rubygems/pull/8306) by segiddins
10+
11+
## Enhancements:
12+
13+
* Skip rdoc hooks and their tests on newer rdoc versions. Pull request
14+
[#8340](https://github.com/rubygems/rubygems/pull/8340) by
15+
deivid-rodriguez
16+
* Installs bundler 2.6.2 as a default gem.
17+
18+
## Bug fixes:
19+
20+
* Fix serialized metadata including an empty `@original_platform`
21+
attribute. Pull request
22+
[#8355](https://github.com/rubygems/rubygems/pull/8355) by
23+
deivid-rodriguez
24+
125
# 3.6.1 / 2024-12-17
226

327
## Enhancements:

0 commit comments

Comments
 (0)