From bf1f8a0e0f419b3e4d401a55721d91ff342127bd Mon Sep 17 00:00:00 2001 From: Robert Schilling Date: Mon, 23 Jun 2014 18:19:14 +0200 Subject: [PATCH] Update ruby version to 2.1.2, fixes #362 related to #360 --- doc/install/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install/installation.md b/doc/install/installation.md index 1b5139e8bb..b62849633f 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -95,8 +95,8 @@ Remove the old Ruby 1.8 if present Download Ruby and compile it: mkdir /tmp/ruby && cd /tmp/ruby - curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p481.tar.gz | tar xz - cd ruby-2.0.0-p481 + curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.1/ruby-2.1.2.tar.gz | tar xz + cd ruby-2.1.2 ./configure --disable-install-rdoc make sudo make install