summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-10-18 23:57:16 -0700
committerLin Jen-Shin <godfat@godfat.org>2018-10-24 15:31:00 +0800
commit4ca19ab1720fd881e6cf68e22000c3da565290ba (patch)
tree9e39a9b3d238204b3d337636998636d080c1b0f7 /doc/install
parentefc06cb3c3cfdc41e14525b5efa4533f08ee3809 (diff)
downloadgitlab-ce-4ca19ab1720fd881e6cf68e22000c3da565290ba.tar.gz
Upgrade to Ruby 2.4.5
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/installation.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 1210ac58499..37c826ce9e0 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -132,9 +132,9 @@ Remove the old Ruby 1.8 if present:
Download Ruby and compile it:
mkdir /tmp/ruby && cd /tmp/ruby
- curl --remote-name --progress https://cache.ruby-lang.org/pub/ruby/2.4/ruby-2.4.4.tar.gz
- echo 'ec82b0d53bd0adad9b19e6b45e44d54e9ec3f10c ruby-2.4.4.tar.gz' | shasum -c - && tar xzf ruby-2.4.4.tar.gz
- cd ruby-2.4.4
+ curl --remote-name --progress https://cache.ruby-lang.org/pub/ruby/2.4/ruby-2.4.5.tar.gz
+ echo '4d650f302f1ec00256450b112bb023644b6ab6dd ruby-2.4.5.tar.gz' | shasum -c - && tar xzf ruby-2.4.5.tar.gz
+ cd ruby-2.4.5
./configure --disable-install-rdoc
make