summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-11-13 22:51:05 +0000
committerRémy Coutable <remy@rymai.me>2018-11-13 22:51:05 +0000
commitc718c6ee2ac035582a656efe82ccda5cb502375f (patch)
tree68d74e225828829747e8c739d5b6f44eae436417 /doc
parentda521deb5fa8bf48a3f26805468362e7b7ca71a8 (diff)
parent1f5dca2d4ff3d35aacd05de27385a10d9733fefd (diff)
downloadgitlab-ce-c718c6ee2ac035582a656efe82ccda5cb502375f.tar.gz
Merge branch 'sh-bump-ruby-2.5.3' into 'master'
Upgrade to Ruby 2.5.3 Closes #41825 See merge request gitlab-org/gitlab-ce!22555
Diffstat (limited to 'doc')
-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 316411d1047..cac97b63d92 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.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
+ curl --remote-name --progress https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.3.tar.gz
+ echo 'f919a9fbcdb7abecd887157b49833663c5c15fda ruby-2.5.3.tar.gz' | shasum -c - && tar xzf ruby-2.5.3.tar.gz
+ cd ruby-2.5.3
./configure --disable-install-rdoc
make