Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2021-03-06 01:52:56 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2021-03-06 01:53:21 +0300
commit7e90081ab96ed3f548ba1b08c569e8e72737be36 (patch)
tree166a570580ca0289a7a0fa4d7e14f7b2c54ece80 /README.md
parent4ffdf88c407165df85cd3d887f77b265ee29171e (diff)
Update Ruby from 2.6 to 2.7 on docs
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9c36a3fb2..43d072161 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ GitLab.com, read about our [observability story](doc/observability.md)!
Most users won't install Gitaly on its own. It is already included in
[your GitLab installation](https://about.gitlab.com/install/).
-Gitaly requires Go 1.13.9 or newer and Ruby 2.6. Run `make` to download
+Gitaly requires Go 1.13.9 or newer and Ruby 2.7. Run `make` to download
and compile Ruby dependencies, and to compile the Gitaly Go
executable.