diff options
author | Sebastiaan Lokhorst <sebastiaanlokhorst@gmail.com> | 2016-08-23 18:12:27 +0000 |
---|---|---|
committer | Sebastiaan Lokhorst <sebastiaanlokhorst@gmail.com> | 2016-08-23 18:12:27 +0000 |
commit | d04e8f4fc09832473f7b3794d617aaba9cb204aa (patch) | |
tree | b4d1640514789403799569fbc2b97bcd7a9b7918 /README.md | |
parent | 251ded248dcda8c7a552e52ddb2582ad961e4bc0 (diff) | |
download | gitlab-ce-d04e8f4fc09832473f7b3794d617aaba9cb204aa.tar.gz |
Update Ruby version to 2.3 in README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index fee93d5f9c3..33d9407a0c1 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Instructions on how to start GitLab and how to run the tests can be found in the GitLab is a Ruby on Rails application that runs on the following software: - Ubuntu/Debian/CentOS/RHEL -- Ruby (MRI) 2.1 +- Ruby (MRI) 2.3 - Git 2.7.4+ - Redis 2.8+ - MySQL or PostgreSQL |