Commit 2dbc476aae645759cf0ef9f7eabcf14f5a42ff9e

Authored by Dmitriy Zaporozhets
2 parents e6afbff4 17952c30

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