diff options
-rw-r--r-- | CHANGELOG | 2 | ||||
-rw-r--r-- | doc/install/installation.md | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG index d248639296f..c09bef5b23b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -172,6 +172,8 @@ v 8.10.0 - Add an API for downloading latest successful build from a particular branch or tag. !5347 - Avoid data-integrity issue when cleaning up repository archive cache. - Add link to profile to commit avatar. !5163 (winniehell) + - Remove pinTo from Flash and make inline flash messages look nicer !4854 (winniehell) + - Update to Ruby 2.3.1. !4948 - Wrap code blocks on Activies and Todos page. !4783 (winniehell) - Align flash messages with left side of page content. !4959 (winniehell) - Display tooltip for "Copy to Clipboard" button. !5164 (winniehell) diff --git a/doc/install/installation.md b/doc/install/installation.md index 118d1fc3966..eb9606934cd 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -108,7 +108,7 @@ Then select 'Internet Site' and press enter to confirm the hostname. ## 2. Ruby -_**Note:** The current supported Ruby version is 2.3.x. +_**Note:** The current supported Ruby versions are 2.1.x and 2.3.x. 2.3.x is preferred, and support for 2.1.x will be dropped in the future. The use of Ruby version managers such as [RVM], [rbenv] or [chruby] with GitLab in production, frequently leads to hard to diagnose problems. For example, |