summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz <mkoszut@gmail.com>2018-08-23 18:49:04 +0000
committerMateusz <mkoszut@gmail.com>2018-08-23 18:49:04 +0000
commitec29c81351083d94f15d5694020e7c1d4ada4aaf (patch)
tree8fb50a4ecb47b6e2ac37b9587b91133dd39f6bb4
parenta78c443de279b98726ed6ec5bc79df0e21dfdf41 (diff)
downloadgitlab-ce-ec29c81351083d94f15d5694020e7c1d4ada4aaf.tar.gz
Removing not necessarily indentations in update Ruby code block
-rw-r--r--doc/update/10.7-to-10.8.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/update/10.7-to-10.8.md b/doc/update/10.7-to-10.8.md
index 13101a987f4..7bb628f9740 100644
--- a/doc/update/10.7-to-10.8.md
+++ b/doc/update/10.7-to-10.8.md
@@ -38,16 +38,16 @@ You can check which version you are running with `ruby -v`.
Download Ruby and compile it:
- ```bash
- mkdir /tmp/ruby && cd /tmp/ruby
- curl --remote-name --progress https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.7.tar.gz
- echo '540996fec64984ab6099e34d2f5820b14904f15a ruby-2.3.7.tar.gz' | shasum -c - && tar xzf ruby-2.3.7.tar.gz
- cd ruby-2.3.7
-
- ./configure --disable-install-rdoc
- make
- sudo make install
- ```
+```bash
+mkdir /tmp/ruby && cd /tmp/ruby
+curl --remote-name --progress https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.7.tar.gz
+echo '540996fec64984ab6099e34d2f5820b14904f15a ruby-2.3.7.tar.gz' | shasum -c - && tar xzf ruby-2.3.7.tar.gz
+cd ruby-2.3.7
+
+./configure --disable-install-rdoc
+make
+sudo make install
+```
Install Bundler: