diff options
author | James Lopez <james@jameslopez.es> | 2016-01-21 16:12:49 +0100 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-01-21 16:12:49 +0100 |
commit | 1c51fb1778e5e14f245f9e8d8a3531a4effc811f (patch) | |
tree | 5b3cbbcc11dc26158cee066c3e326a0d35fbaa93 /doc/install | |
parent | 5ad60c5ddacc63ab1a0bc08a9e30557aa71b1f37 (diff) | |
download | gitlab-ce-1c51fb1778e5e14f245f9e8d8a3531a4effc811f.tar.gz |
update Ruby version to 2.2.4 (latest previous stable) and update docs
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 00030729a4b..376a02d4534 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -116,9 +116,9 @@ Remove the old Ruby 1.8 if present Download Ruby and compile it: mkdir /tmp/ruby && cd /tmp/ruby - curl -O --progress https://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.7.tar.gz - echo 'e2e195a4a58133e3ad33b955c829bb536fa3c075 ruby-2.1.7.tar.gz' | shasum -c - && tar xzf ruby-2.1.7.tar.gz - cd ruby-2.1.7 + curl -O --progress https://cache.ruby-lang.org/pub/ruby/2.2/ruby-2.2.4.tar.gz + echo 'e2e195a4a58133e3ad33b955c829bb536fa3c075 ruby-2.2.4.tar.gz' | shasum -c - && tar xzf ruby-2.2.4.tar.gz + cd ruby-2.2.4 ./configure --disable-install-rdoc make sudo make install |