| @@ -65,8 +65,8 @@ Remove the old Ruby versions if present: | ||
| 65 | 65 | Download Ruby and compile it: | 
| 66 | 66 |  | 
| 67 | 67 | mkdir /tmp/ruby && cd /tmp/ruby | 
| 68 | - curl -L --progress http://cache.ruby-lang.org/pub/ruby/2.2/ruby-2.2.3.tar.bz2 | tar xj | |
| 69 | - cd ruby-2.2.3 | |
| 68 | + curl -L --progress http://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.0.tar.bz2 | tar xj | |
| 69 | + cd ruby-2.3.0 | |
| 70 | 70 | ./configure --disable-install-rdoc | 
| 71 | 71 | make -j`nproc` | 
| 72 | 72 | sudo make install |