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:
authorEvan Read <eread@gitlab.com>2021-08-17 04:53:57 +0300
committerEvan Read <eread@gitlab.com>2021-08-17 05:11:10 +0300
commit51830f0ab69bc68ed5c083afbe3ccfa101d0fbbd (patch)
treee786bfbc7b2b4b3f2ae79d129d454893b5051d16 /README.md
parenta45b68cf2b8298d5524ff707e3e2171e6c557f18 (diff)
Update project for Ruby 2.7.4
Roll other tooling versions forward while here.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5474a573..0275c325 100644
--- a/README.md
+++ b/README.md
@@ -148,10 +148,10 @@ To install Ruby, Node.js, and Yarn using `asdf`:
```
1. Set the installed versions of Ruby, Node.js, and Yarn to be global for projects that don't use
- `.tool-versions` files. For example to set Ruby 2.7.2 as the global default, run:
+ `.tool-versions` files. For example to set Ruby 2.7.4 as the global default, run:
```shell
- asdf global ruby 2.7.2
+ asdf global ruby 2.7.4
```
Check your: