diff options
author | dosire <sytses@gmail.com> | 2014-05-19 14:45:55 +0200 |
---|---|---|
committer | dosire <sytses@gmail.com> | 2014-05-19 14:45:55 +0200 |
commit | 126eefc5b84272e15ecdd856a97234de6ca10d0c (patch) | |
tree | 54513d0a2a255678bc3271723349048ccce76528 | |
parent | 3a279bb2a9ce88e722745681bff308af601b4845 (diff) | |
download | gitlab-ce-126eefc5b84272e15ecdd856a97234de6ca10d0c.tar.gz |
Ruby version updated so it doesn't have the readline bug https://www.ruby-lang.org/en/news/2014/05/09/ruby-2-0-0-p481-is-released/.
-rw-r--r-- | doc/install/installation.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 0df92913085..4fbba3ca4b3 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -101,8 +101,8 @@ 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-p353.tar.gz | tar xz - cd ruby-2.0.0-p353 + curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p481.tar.gz | tar xz + cd ruby-2.0.0-p481 ./configure --disable-install-rdoc make sudo make install |