Skip to content

Commit 5e6c4f8

Browse files
committed
Fix patches for Ruby 2.4.1
Pointed out by hsbt-san.
1 parent 7070372 commit 5e6c4f8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

en/news/_posts/2017-08-29-multiple-vulnerabilities-in-rubygems.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@ gem update --system
3939
```
4040

4141
If you can not upgrade RubyGems, the following patches can be applied as workarounds.
42+
For Ruby 2.4.1, apply the two patches one by one.
4243

4344
* [for Ruby 2.2.7](https://bugs.ruby-lang.org/attachments/download/6690/rubygems-2613-ruby22.patch)
4445
* [for Ruby 2.3.4](https://bugs.ruby-lang.org/attachments/download/6691/rubygems-2613-ruby23.patch)
45-
* [for Ruby 2.4.1](https://bugs.ruby-lang.org/attachments/download/6692/rubygems-2612-ruby24.patch)
46+
* [for Ruby 2.4.1 (RubyGems 2.6.11 to 2.6.12)](https://bugs.ruby-lang.org/attachments/download/6692/rubygems-2612-ruby24.patch)
47+
* [For Ruby 2.4.1 (RubyGems 2.6.12 to 2.6.13)](https://bugs.ruby-lang.org/attachments/download/6693/rubygems-2613-ruby24.patch)
4648

4749
## Credits
4850

ja/news/_posts/2017-08-29-multiple-vulnerabilities-in-rubygems.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@ gem update --system
3939

4040
もし何らかの事情で RubyGems 全体を更新できない場合は、脆弱性対応のみを行うパッチが公開されています。
4141
各バージョン用に用意されていますので、以下より入手・適用してください。
42+
なお、Ruby 2.4.1 用については、両方のパッチを順次適用してください。
4243

4344
* [Ruby 2.2.7 用](https://bugs.ruby-lang.org/attachments/download/6690/rubygems-2613-ruby22.patch)
4445
* [Ruby 2.3.4 用](https://bugs.ruby-lang.org/attachments/download/6691/rubygems-2613-ruby23.patch)
45-
* [Ruby 2.4.1 用](https://bugs.ruby-lang.org/attachments/download/6692/rubygems-2612-ruby24.patch)
46+
* [Ruby 2.4.1 用(RubyGems 2.6.11 から 2.6.12 へのパッチ)](https://bugs.ruby-lang.org/attachments/download/6692/rubygems-2612-ruby24.patch)
47+
* [Ruby 2.4.1 用(RubyGems 2.6.12 から 2.6.13 へのパッチ)](https://bugs.ruby-lang.org/attachments/download/6693/rubygems-2613-ruby24.patch)
4648

4749
## クレジット
4850

0 commit comments

Comments
 (0)