From 8bc24d10a79d4cf03f7fcb5163ae6026e0d9f12a Mon Sep 17 00:00:00 2001
From: Osnat Vider <ovider@gitlab.com>
Date: Fri, 26 Jul 2019 22:18:56 +0000
Subject: [PATCH] Update ruby version in readme file to match .ruby-version

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 51dc87ac65380..73bfcc988ccc0 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
-- 
GitLab