Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2019-06-19 20:39:28 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2019-06-19 20:39:28 +0300
commit6a7b4d4af8fb44c6fa20199c9aa1394db8a6bece (patch)
treeb25556487ffa98fb9f7b5b3dab4508d4c2eaf23f /README.md
parent9bc8add53149ca53d03e723bc9ef6793ab104f83 (diff)
Completely update Ruby to 2.6.3 for new contributors.
cf. https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/462 Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 84e906a2..b836b708 100644
--- a/README.md
+++ b/README.md
@@ -65,8 +65,8 @@ until the [GitLab codebase is unified](https://gitlab.com/gitlab-org/gitlab-ee/i
In order to be able to preview any changes you make to GitLab's documentation,
here's what you will need to have:
-- A Unix/Linux environment
-- Ruby 2.5+
+- A Unix/Linux or macOS environment
+- Ruby 2.6:+
- Bundler
**Note:**
@@ -84,13 +84,13 @@ One way is to use RVM:
1. Install the latest Ruby:
```sh
- rvm install 2.5.3
+ rvm install 2.6.3
```
1. Use the newly installed Ruby:
```sh
- rvm use 2.5.3
+ rvm use 2.6.3
```
Check your Ruby version with `ruby --version`.
@@ -112,7 +112,7 @@ Now let's make Bundler deal with the dependencies defined in the
1. Switch to Ruby using RVM:
```sh
- rvm use 2.5.3
+ rvm use 2.6.3
```
1. Run: