Commit 2dbc476aae645759cf0ef9f7eabcf14f5a42ff9e
Exists in
master
and in
4 other branches
Merge branch 'update_ruby_master' of /home/git/repositories/gitlab/gitlabhq
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
doc/install/installation.md
@@ -118,8 +118,8 @@ Remove the old Ruby 1.8 if present | @@ -118,8 +118,8 @@ Remove the old Ruby 1.8 if present | ||
118 | Download Ruby and compile it: | 118 | Download Ruby and compile it: |
119 | 119 | ||
120 | mkdir /tmp/ruby && cd /tmp/ruby | 120 | mkdir /tmp/ruby && cd /tmp/ruby |
121 | - curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.tar.gz | tar xz | ||
122 | - cd ruby-2.0.0-p247 | 121 | + curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p353.tar.gz | tar xz |
122 | + cd ruby-2.0.0-p353 | ||
123 | ./configure --disable-install-rdoc | 123 | ./configure --disable-install-rdoc |
124 | make | 124 | make |
125 | sudo make install | 125 | sudo make install |