Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-10-18 20:02:03 +0300
committerStan Hu <stanhu@gmail.com>2018-10-18 20:02:03 +0300
commit5d20a7052372c191637bcd3191cde518132bdd00 (patch)
tree1cd90c5b5f385ff227c04af5edafecbd590d3785
parent6c2bd3a609d9c27fccc4e42b11abd0fda2909af8 (diff)
parent65d9d607b9a9c9bb7d6f7df53c83dddc5426ae50 (diff)
Merge branch 'update-readme-ruby-version' into 'master'
Update README ruby version 2.3->2.4 See merge request gitlab-org/gitlab-ce!22466
-rw-r--r--README.md2
-rw-r--r--changelogs/unreleased/update-readme-ruby-version.yml5
2 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 335736e53f5..133c15a83a7 100644
--- a/README.md
+++ b/README.md
@@ -83,7 +83,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.3
+- Ruby (MRI) 2.4
- Git 2.8.4+
- Redis 2.8+
- PostgreSQL (preferred) or MySQL
diff --git a/changelogs/unreleased/update-readme-ruby-version.yml b/changelogs/unreleased/update-readme-ruby-version.yml
new file mode 100644
index 00000000000..524b8112d4f
--- /dev/null
+++ b/changelogs/unreleased/update-readme-ruby-version.yml
@@ -0,0 +1,5 @@
+---
+title: Update Ruby version in README
+merge_request: 22466
+author: J.D. Bean
+type: changed