diff options
author | James Lopez <james@jameslopez.es> | 2016-02-19 15:59:46 +0100 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-02-19 15:59:46 +0100 |
commit | 83829c0902e688882413ab4064d8ff5d3ec54b79 (patch) | |
tree | dc05aaa07bd7de67fab3a5be6c6cb767083d1cb4 /README.md | |
parent | 1817b766b2bdf03e886118bda5e1aee48b5c2413 (diff) | |
download | gitlab-ce-83829c0902e688882413ab4064d8ff5d3ec54b79.tar.gz |
revert back to ruby 2.1
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 22dbf841bdc..3ec1d4a776c 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,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 or 2.2 +- Ruby (MRI) 2.1 - Git 1.7.10+ - Redis 2.8+ - MySQL or PostgreSQL |