File tree Expand file tree Collapse file tree 1 file changed +51
-0
lines changed Expand file tree Collapse file tree 1 file changed +51
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : 3.6.2 Released
3
+ layout : post
4
+ author : David Rodríguez
5
+ author_email : deivid.rodriguez@riseup.net
6
+ ---
7
+
8
+ RubyGems 3.6.2 includes security, 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
+ _ ## Security:_
18
+
19
+ * Fix Gem::SafeMarshal buffer overrun when given lengths larger than fit
20
+ into a byte. Pull request
21
+ [ #8305 ] ( https://github.com/rubygems/rubygems/pull/8305 ) by segiddins
22
+ * Improve type checking in marshal_load methods. Pull request
23
+ [ #8306 ] ( https://github.com/rubygems/rubygems/pull/8306 ) by segiddins
24
+
25
+ _ ## Enhancements:_
26
+
27
+ * Skip rdoc hooks and their tests on newer rdoc versions. Pull request
28
+ [ #8340 ] ( https://github.com/rubygems/rubygems/pull/8340 ) by
29
+ deivid-rodriguez
30
+ * Installs bundler 2.6.2 as a default gem.
31
+
32
+ _ ## Bug fixes:_
33
+
34
+ * Fix serialized metadata including an empty ` @original_platform `
35
+ attribute. Pull request
36
+ [ #8355 ] ( https://github.com/rubygems/rubygems/pull/8355 ) by
37
+ deivid-rodriguez
38
+
39
+
40
+ SHA256 Checksums:
41
+
42
+ * rubygems-3.6.2.tgz
43
+ d2f4e760eef098608692bbd6eff30df2e221b4723549da70dabcba116dc39680
44
+ * rubygems-3.6.2.zip
45
+ ad213a8c5275ef61b3107d48f71cc61e93956a27eccbb0aaa631b5f35f08b47a
46
+ * rubygems-update-3.6.2.gem
47
+ f6822f349cc394abc86ba5699803d6d4edf99b6c6a022fa48a13aaf4c824347f
48
+
49
+
50
+ [ download ] : https://rubygems.org/pages/download
51
+
You can’t perform that action at this time.
0 commit comments