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>2021-01-11 09:06:37 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2021-01-11 09:06:37 +0300
commit3a1884d7a7ff4273a31adfc8ffec55d8fd7d179a (patch)
tree1e623b18ee4ab4b04ce16456b6a03b5e8c0b613d /README.md
parent5006e75d1904d78927e74d54dff40cc5ea39a8de (diff)
Remove description about Bundler 1.17
as we are currenly using Bundler 2.1/2.2 provided by Ruby 2.7. Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
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 47eb2721..f1b9bf8b 100644
--- a/README.md
+++ b/README.md
@@ -98,7 +98,7 @@ To install Ruby using [rbenv](https://github.com/rbenv/rbenv):
Check your:
- Ruby version with `ruby --version`.
-- Bundler version with `bundle --version`. You need version 1.17.3.
+- Bundler version with `bundle --version`.
#### Node.js
@@ -157,7 +157,7 @@ To install Ruby, Node.js, and Yarn using `asdf`:
Check your:
- Ruby version with `ruby --version`.
-- Bundler version with `bundle --version`. You need version 1.17.3.
+- Bundler version with `bundle --version`.
- Node.js version with `node -v`.
- Yarn version with `yarn -v`