Commit 126eefc5b84272e15ecdd856a97234de6ca10d0c
1 parent
3a279bb2
Exists in
spb-stable
and in
2 other branches
Ruby version updated so it doesn't have the readline bug https://www.ruby-lang.o…
…rg/en/news/2014/05/09/ruby-2-0-0-p481-is-released/.
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 | 101 | Download Ruby and compile it: |
102 | 102 | |
103 | 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 | 106 | ./configure --disable-install-rdoc |
107 | 107 | make |
108 | 108 | sudo make install | ... | ... |