diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-08-04 17:07:12 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-08-04 17:07:12 -0400 |
commit | f9d71c4b911284bcb9577c23b8a2a5f61a9ffd71 (patch) | |
tree | b60e033562512fde787230c8a987af638ee2d59a /doc | |
parent | 88a3cfe1070bbd7db450f68b8fc2b509c795e413 (diff) | |
download | gitlab-ce-f9d71c4b911284bcb9577c23b8a2a5f61a9ffd71.tar.gz |
Update docs for Ruby MRI 2.1 requirementrs-issue-2135
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/requirements.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md index 1efc1f7bddf..605977097b4 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -32,7 +32,7 @@ Please consider using a virtual machine to run GitLab. ## Ruby versions -GitLab requires Ruby (MRI) 2.0 or 2.1 +GitLab requires Ruby (MRI) 2.1 You will have to use the standard MRI implementation of Ruby. We love [JRuby](http://jruby.org/) and [Rubinius](http://rubini.us/) but GitLab needs several Gems that have native extensions. @@ -113,4 +113,4 @@ On a very active server (10,000 active users) the Sidekiq process can use 1GB+ o ### Common UI problems with IE -If you experience UI issues with Internet Explorer, please make sure that you have the `Compatibility View` mode disabled.
\ No newline at end of file +If you experience UI issues with Internet Explorer, please make sure that you have the `Compatibility View` mode disabled. |