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:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2018-11-28 13:07:48 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2018-11-28 13:07:48 +0300
commitacd49984cfea04eba37e25a04df3a26534fc9b14 (patch)
tree5b2702541ddb50d052d1668d1b926c842712ef8e
parentd5b4072ea07f858aa4d7b9de012c4797039c3e0a (diff)
Update version requirements for Gitaly
Closes gitlab-org/gitaly#1407
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0a651c772..72dbc7c91 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ The progress of Gitaly's endpoint migrations is tracked via the [**Migration Boa
## Installation
-Gitaly requires Go 1.8 or newer and Ruby 2.3. Run `make` to download
+Gitaly requires Go 1.10 or newer and Ruby 2.4. Run `make` to download
and compile Ruby dependencies, and to compile the Gitaly Go
executable.