summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-23 19:46:23 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-23 19:46:23 +0000
commitaf2ee9b0277d677a4e106cafaa3e2e9eada4e11e (patch)
tree361b40e3564388c4ce454316ddb50f50e667c0df
parent97155e811dbb6f32899a8748272067c71b4cd40c (diff)
parent6ea0f4f0ba000502e90e546ec241044d88fc60c1 (diff)
downloadgitlab-ce-6-2-stable.tar.gz
Merge branch 'update_ruby_6_2_stable' of /home/git/repositories/gitlab/gitlabhq into 6-2-stable6-2-stable
-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 6659a5ae2e3..1daf34508f6 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -91,8 +91,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-p247.tar.gz | tar xz
- cd ruby-2.0.0-p247
+ 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