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:
authorAchilleas Pipinellis <axil@gitlab.com>2019-06-20 12:22:44 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-06-20 12:22:44 +0300
commit4810b16afab8864abc3a7f67f1f3ca23c0bdb67b (patch)
tree5ce1a00fbb04ebec03ca41912d43f7a0397fbe7f
parent4fb1058eab10303ce267e5e0cdb29424df4c110a (diff)
parent6a7b4d4af8fb44c6fa20199c9aa1394db8a6bece (diff)
Merge branch 'more-ruby-2.6.3' into 'master'
Completely update Ruby to 2.6.3 for new contributors See merge request gitlab-com/gitlab-docs!474
-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: