Commit eb06509a3712071340619ab53139f7f7b96ac40c

Authored by Dmitriy Zaporozhets
2 parents 3a279bb2 126eefc5

Merge branch 'ubuntu-14-needs-recent-ruby-patch' into 'master'

Ubuntu 14 needs recent ruby patch
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
doc/install/installation.md
@@ -101,8 +101,8 @@ Remove the old Ruby 1.8 if present @@ -101,8 +101,8 @@ Remove the old Ruby 1.8 if present
101 Download Ruby and compile it: 101 Download Ruby and compile it:
102 102
103 mkdir /tmp/ruby && cd /tmp/ruby 103 mkdir /tmp/ruby && cd /tmp/ruby
104 - curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p353.tar.gz | tar xz  
105 - cd ruby-2.0.0-p353 104 + curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p481.tar.gz | tar xz
  105 + cd ruby-2.0.0-p481
106 ./configure --disable-install-rdoc 106 ./configure --disable-install-rdoc
107 make 107 make
108 sudo make install 108 sudo make install