summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordosire <sytses@gmail.com>2014-05-19 14:45:55 +0200
committerdosire <sytses@gmail.com>2014-05-19 14:45:55 +0200
commit126eefc5b84272e15ecdd856a97234de6ca10d0c (patch)
tree54513d0a2a255678bc3271723349048ccce76528
parent3a279bb2a9ce88e722745681bff308af601b4845 (diff)
downloadgitlab-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.md4
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