summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-19 12:48:34 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-19 12:48:34 +0000
commiteb06509a3712071340619ab53139f7f7b96ac40c (patch)
tree54513d0a2a255678bc3271723349048ccce76528
parent3a279bb2a9ce88e722745681bff308af601b4845 (diff)
parent126eefc5b84272e15ecdd856a97234de6ca10d0c (diff)
downloadgitlab-ce-eb06509a3712071340619ab53139f7f7b96ac40c.tar.gz
Merge branch 'ubuntu-14-needs-recent-ruby-patch' into 'master'
Ubuntu 14 needs recent ruby patch
-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