Commit 12a4ca6f authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'mkoszut-master-patch-04745' into 'master'

Removing not necessarily indentations in update Ruby code block

See merge request gitlab-org/gitlab-ce!21364
parents 7a9558a1 ec29c813
...@@ -38,16 +38,16 @@ You can check which version you are running with `ruby -v`. ...@@ -38,16 +38,16 @@ You can check which version you are running with `ruby -v`.
Download Ruby and compile it: Download Ruby and compile it:
```bash ```bash
mkdir /tmp/ruby && cd /tmp/ruby 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 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 echo '540996fec64984ab6099e34d2f5820b14904f15a ruby-2.3.7.tar.gz' | shasum -c - && tar xzf ruby-2.3.7.tar.gz
cd ruby-2.3.7 cd ruby-2.3.7
./configure --disable-install-rdoc ./configure --disable-install-rdoc
make make
sudo make install sudo make install
``` ```
Install Bundler: Install Bundler:
......
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