diff options
author | Osnat Vider <ovider@gitlab.com> | 2019-07-26 22:18:56 +0000 |
---|---|---|
committer | Mayra Cabrera <mcabrera@gitlab.com> | 2019-07-26 22:18:56 +0000 |
commit | 8bc24d10a79d4cf03f7fcb5163ae6026e0d9f12a (patch) | |
tree | 4352f7776056ef7bcd9df91a8cb772c4c29eb6bf /README.md | |
parent | 2219b140b6873b893a3cac2cae195b929a20f5aa (diff) | |
download | gitlab-ce-8bc24d10a79d4cf03f7fcb5163ae6026e0d9f12a.tar.gz |
Update ruby version in readme file to match .ruby-version
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 51dc87ac653..73bfcc988cc 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,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/OpenSUSE -- Ruby (MRI) 2.4 +- Ruby (MRI) 2.6.3 - Git 2.8.4+ - Redis 2.8+ - PostgreSQL (preferred) or MySQL |