Skip to content
Snippets Groups Projects
Commit 6adddd28 authored by Jeffrey Broussard's avatar Jeffrey Broussard
Browse files

Update index.html.md

parent 48998cf3
No related branches found
No related tags found
1 merge request!6198Update index.html.md
Pipeline #
Loading
Loading
@@ -36,11 +36,11 @@ linking your account to Git.
 
### 4. Install Ruby and Bundler
 
1. In a terminal, execute: `rvm install 2.3.1` to install Ruby
1. In a terminal, execute: `rvm install 2.3.3` to install Ruby
(enter your system password if prompted).
1. Execute: `rvm use 2.3.1 --default` to set your default Ruby to `2.3.1`.
1. Execute: `rvm use 2.3.3 --default` to set your default Ruby to `2.3.3`.
1. Execute: `ruby --version` to verify Ruby is installed. You should see:
`ruby 2.3.1p112 (2016-04-26 revision 54768)`.
`ruby 2.3.3p222 (2016-11-21 revision 56859)`.
1. Execute: `gem install bundler` to install [Bundler](http://bundler.io/).
 
### 5. Clone the source of the website and install its dependencies
Loading
Loading
  • Author Developer

    Update index.html.md for reflect GitLab.com running rvm 2.3.3 now instead of 2.3.1

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment