From 6a7b4d4af8fb44c6fa20199c9aa1394db8a6bece Mon Sep 17 00:00:00 2001 From: Takuya Noguchi Date: Thu, 20 Jun 2019 02:39:28 +0900 Subject: 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 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 84e906a2d..b836b7088 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: -- cgit v1.2.3