diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | changelogs/unreleased/update-readme-ruby-version.yml | 5 |
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 |