Skip to content

Commit 2b6d0dd

Browse files
committed
Fix incorrect gem name
1 parent c9bd720 commit 2b6d0dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/news/_posts/2024-03-21-rce-rdoc-cve-2024-27281.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ When loading the documentation cache, object injection and resultant remote code
2424
We recommend to update the RDoc gem to version 6.6.3.1 or later. In order to ensure compatibility with bundled version in older Ruby series, you may update as follows instead:
2525

2626
* For Ruby 3.0 users: Update to `rdoc` 6.3.4.1
27-
* For Ruby 3.1 users: Update to `time` 6.4.1.1
28-
* For Ruby 3.2 users: Update to `time` 6.5.1.1
27+
* For Ruby 3.1 users: Update to `rdoc` 6.4.1.1
28+
* For Ruby 3.2 users: Update to `rdoc` 6.5.1.1
2929

3030
You can use `gem update rdoc` to update it. If you are using bundler, please add `gem "rdoc", ">= 6.6.3.1"` to your `Gemfile`.
3131

0 commit comments

Comments
 (0)