Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilippe Lafoucrière <philippe.lafoucriere@tech-angels.com>2013-12-05 11:30:30 +0400
committerPhilippe Lafoucrière <philippe.lafoucriere@tech-angels.com>2013-12-05 11:30:30 +0400
commit4f61da6943dbffb0b2461b60a8b8cdced4e52974 (patch)
tree17c9aec85c958a4feb121dab3dc696f51e201471 /doc
parent23d180f5f1905eb8d714daaf2d097767ff355817 (diff)
Tiny typo
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 235c8d2d7cd..f6f2fd5856b 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/ . 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/).
+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.0-p353, 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