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>2020-06-01 14:44:11 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2020-06-02 05:15:36 +0300
commit1f634b044297ee3e6358200f7278147619adb00c (patch)
tree1f983b065044576c7d593c17904859ced94cc615 /README.md
parent0e7a8afe5951c32ead061d112b715fa079a7168e (diff)
Update to Ruby 2.6.6 for project on README
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 79d4973d..9722621f 100644
--- a/README.md
+++ b/README.md
@@ -86,13 +86,13 @@ One way is to use RVM:
1. Install the latest Ruby:
```shell
- rvm install 2.6.5
+ rvm install 2.6.6
```
1. Use the newly installed Ruby:
```shell
- rvm use 2.6.5
+ rvm use 2.6.6
```
Check your Ruby version with `ruby --version`.
@@ -135,7 +135,7 @@ Now let's make Bundler deal with the dependencies defined in the
1. Switch to Ruby using RVM:
```shell
- rvm use 2.6.5
+ rvm use 2.6.6
```
1. Run: