diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2013-11-25 13:59:35 +0100 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2013-11-25 13:59:35 +0100 |
commit | f884605d6f3bfac5e69dcd2bb8166021db0346ab (patch) | |
tree | a0a6ee9b519bed45f0e05f7be693366162b9223f /doc | |
parent | b65129b685f333e4341d5d083ea561bcb57c1b68 (diff) | |
download | gitlab-ce-f884605d6f3bfac5e69dcd2bb8166021db0346ab.tar.gz |
Be more specific about what Ruby to use
Diffstat (limited to 'doc')
-rw-r--r-- | doc/update/ruby.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/ruby.md b/doc/update/ruby.md index 5579a49e1c5..fa02fa4a123 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 -Pick a Ruby version 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/ . 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/). ```bash cd /tmp |