summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-06 10:59:00 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-06 10:59:00 +0300
commit2643ee72a9c1735fd045d751f0f56a286ea0759c (patch)
tree60c24b68e00fce20499b4218d2013d37903df27f /doc/install
parent7ee53643cfb10ad9620041d9e47cdb13f3bc2538 (diff)
downloadgitlab-ce-2643ee72a9c1735fd045d751f0f56a286ea0759c.tar.gz
docs to ruby 2.0
Diffstat (limited to 'doc/install')
-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 47faab407e3..ed58d5ccbb0 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -86,8 +86,8 @@ Remove the old Ruby 1.8 if present
Download Ruby and compile it:
mkdir /tmp/ruby && cd /tmp/ruby
- curl --progress http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p392.tar.gz | tar xz
- cd ruby-1.9.3-p392
+ 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
./configure
make
sudo make install