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-02-03 04:05:18 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2019-02-03 04:05:18 +0300
commitbfc36661de7a42c4e168a51e54ded10497c26d4d (patch)
treea1dfeb47fe6c127ec806f78f92730fbee1f31ef8 /README.md
parenta22a02487baf8a928a4e9dc08e00e5377f901125 (diff)
Update all Ruby version to 2.5.3
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 bbc3ddf8..0dffa5f9 100644
--- a/README.md
+++ b/README.md
@@ -83,13 +83,13 @@ One way is to use RVM:
1. Install the latest Ruby:
```sh
- rvm install 2.5.0
+ rvm install 2.5.3
```
1. Use the newly installed Ruby:
```sh
- rvm use 2.5.0
+ rvm use 2.5.3
```
Check your Ruby version with `ruby --version`.
@@ -111,7 +111,7 @@ Now let's make Bundler deal with the dependencies defined in the
1. Switch to Ruby using RVM:
```sh
- rvm use 2.5.0
+ rvm use 2.5.3
```
1. Run: