File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ gem update --system
41
41
```
42
42
43
43
If you can't upgrade RubyGems, you can apply the following patches as a workaround.
44
- For Ruby 2.4.1, you'll need 2 patches one by one.
45
44
46
45
* [ for Ruby 2.2.7] ( https://bugs.ruby-lang.org/attachments/download/6690/rubygems-2613-ruby22.patch )
47
46
* [ for Ruby 2.3.4] ( https://bugs.ruby-lang.org/attachments/download/6691/rubygems-2613-ruby23.patch )
48
- * [ 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 )
49
- * [ 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 )
47
+ * for Ruby 2.4.1: need 2 patches. Apply sequentially as follows:
48
+ 1 . [ RubyGems 2.6.11 to 2.6.12] ( https://bugs.ruby-lang.org/attachments/download/6692/rubygems-2612-ruby24.patch )
49
+ 2 . [ RubyGems 2.6.12 to 2.6.13] ( https://bugs.ruby-lang.org/attachments/download/6693/rubygems-2613-ruby24.patch )
50
50
51
51
About the trunk, update to the latest revision.
52
52
You can’t perform that action at this time.
0 commit comments