summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-23 14:49:25 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-23 14:49:25 +0000
commit2d8bdf52bb4903d7a07e1fa19aff0cbfb8913656 (patch)
tree570b424aa34236b7d7e0bbc14701f65d6a99f6ea
parent35db034e61cc8fa2a747ee9bf7856668f9dda220 (diff)
parent251c384a7c3ce6a6606ab070bf9f78f5d59015cc (diff)
downloadgitlab-ce-2d8bdf52bb4903d7a07e1fa19aff0cbfb8913656.tar.gz
Merge branch 'update_ruby_6_3_stable' of /home/git/repositories/gitlab/gitlabhq into 6-3-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 77d655ed52d..acc3df3faef 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -118,8 +118,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