diff options
author | Achilleas Pipinellis <axilleas@archlinux.gr> | 2013-11-23 12:33:24 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@archlinux.gr> | 2013-11-23 12:42:07 +0200 |
commit | 3051ff5b0e2a0a5aab3c7a81a65dc337b33f60e6 (patch) | |
tree | ad89e42f298abdc50da1126a4faee5717c0f51f1 | |
parent | 10b0b8f1797e6c09b4c063c04a4864ecd31d34f4 (diff) | |
download | gitlab-ce-3051ff5b0e2a0a5aab3c7a81a65dc337b33f60e6.tar.gz |
Update ruby to patchlevel 353 (security update)
https://www.ruby-lang.org/en/news/2013/11/22/heap-overflow-in-floating-point-parsing-cve-2013-4164/
-rw-r--r-- | doc/install/installation.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index dd696f954aa..4a87c381d1c 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -91,9 +91,9 @@ Remove the old Ruby 1.8 if present Download Ruby and compile it: mkdir /tmp/ruby && cd /tmp/ruby - curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.tar.gz | tar xz - cd ruby-2.0.0-p247 - ./configure + curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p353.tar.gz | tar xz + cd ruby-2.0.0-p353 + ./configure --disable-install-rdoc make sudo make install |