Commit eadaa300 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'doc/ruby_version_install' into 'master'

Update ruby version for manual installation to 2.1.2

**What does this MR do?**

Updates ruby version from 2.0 to 2.1.2

**Why was this MR needed?**

GitLab dropped support for ruby 1.9.3 and recommends 2.1 therefore docs need update.

**What are the relevant issue numbers?**

#360, #362

/cc @sytse
parents 83c2aa18 bf1f8a0e
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment