diff options
author | James Lopez <james@jameslopez.es> | 2016-01-27 16:19:16 +0100 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-01-27 16:19:16 +0100 |
commit | 47e0d6b16242cef440244e7d31f1310dea42f5ef (patch) | |
tree | 5bf340d605a8777fe9cf0482da98aa212ae75837 /README.md | |
parent | e862af95375ed9e7ff778352c3900946bbb8e7e7 (diff) | |
download | gitlab-ce-47e0d6b16242cef440244e7d31f1310dea42f5ef.tar.gz |
updated README to include 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 6ab3b1fcc5f..22dbf841bdc 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.2 +- Ruby (MRI) 2.1 or 2.2 - Git 1.7.10+ - Redis 2.8+ - MySQL or PostgreSQL |