summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-08-04 17:07:12 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-08-06 20:37:03 -0400
commit4d8a9ae8f90b742252525f023fb7abb37e6e4cbf (patch)
tree5017d050d2e29e70b3a256ee62dc1bed44ec329c
parent55011aac4702d54a9907a3f7f4d0a21d9ff94b8a (diff)
downloadgitlab-ce-rs-pick-ruby-2-1.tar.gz
Update docs for Ruby MRI 2.1 requirementrs-pick-ruby-2-1
-rw-r--r--README.md4
-rw-r--r--doc/install/requirements.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 8b14d6a6b16..98f6fce3aea 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ On [about.gitlab.com](https://about.gitlab.com/) you can find more information a
GitLab requires the following software:
- Ubuntu/Debian/CentOS/RHEL
-- Ruby (MRI) 2.0 or 2.1
+- Ruby (MRI) 2.1
- Git 1.7.10+
- Redis 2.0+
- MySQL or PostgreSQL
@@ -96,4 +96,4 @@ Please see [Getting help for GitLab](https://about.gitlab.com/getting-help/) on
## Is it awesome?
Thanks for [asking this question](https://twitter.com/supersloth/status/489462789384056832) Joshua.
-[These people](https://twitter.com/gitlab/favorites) seem to like it. \ No newline at end of file
+[These people](https://twitter.com/gitlab/favorites) seem to like it.
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.