Commit 224d2c16967f271158464dae0d12e8dc8de35eb2
1 parent
ad90e259
Exists in
master
and in
4 other branches
Here is undefined.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/update/ruby.md
... | ... | @@ -23,7 +23,7 @@ sudo apt-get install build-essential zlib1g-dev libyaml-dev libssl-dev libgdbm-d |
23 | 23 | ``` |
24 | 24 | |
25 | 25 | ### 4. Download, compile and install Ruby |
26 | -Find the latest stable version of Ruby 1.9 or 2.0 at https://www.ruby-lang.org/en/downloads/ . Here we use Ruby 2.0.0p353, which is patched against [CVE-2013-4164](https://www.ruby-lang.org/en/news/2013/11/22/heap-overflow-in-floating-point-parsing-cve-2013-4164/). | |
26 | +Find the latest stable version of Ruby 1.9 or 2.0 at https://www.ruby-lang.org/en/downloads/ . We recommend at least 2.0.0p353, which is patched against [CVE-2013-4164](https://www.ruby-lang.org/en/news/2013/11/22/heap-overflow-in-floating-point-parsing-cve-2013-4164/). | |
27 | 27 | |
28 | 28 | ```bash |
29 | 29 | cd /tmp | ... | ... |