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:
authorJacob Vosmaer <jacob@gitlab.com>2018-11-28 13:50:24 +0300
committerJacob Vosmaer <jacob@gitlab.com>2018-11-28 13:50:24 +0300
commit80f84b81e48ed7dbe7cfe4c752f3e21f0bbe9537 (patch)
tree5b2702541ddb50d052d1668d1b926c842712ef8e
parentd5b4072ea07f858aa4d7b9de012c4797039c3e0a (diff)
parentacd49984cfea04eba37e25a04df3a26534fc9b14 (diff)
Merge branch 'zj-update-readme' into 'master'
Update version requirements for Gitaly in the Readme Closes #1407 See merge request gitlab-org/gitaly!988
-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.