summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@dosire.com>2013-11-25 15:29:08 +0100
committerSytse Sijbrandij <sytse@dosire.com>2013-11-25 15:29:08 +0100
commit224d2c16967f271158464dae0d12e8dc8de35eb2 (patch)
treee8d081ede714b7923fd8506db3939b5c1bda0829 /doc
parentad90e2593f3112eeb60cef9ce7d0b0b79bb2defe (diff)
downloadgitlab-ce-224d2c16967f271158464dae0d12e8dc8de35eb2.tar.gz
Here is undefined.
Diffstat (limited to 'doc')
-rw-r--r--doc/update/ruby.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/ruby.md b/doc/update/ruby.md
index fa02fa4a123..c1c85e1f887 100644
--- a/doc/update/ruby.md
+++ b/doc/update/ruby.md
@@ -23,7 +23,7 @@ sudo apt-get install build-essential zlib1g-dev libyaml-dev libssl-dev libgdbm-d
```
### 4. Download, compile and install Ruby
-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/).
+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/).
```bash
cd /tmp