summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-06-28 09:34:22 -0600
committerZ.J. van de Weg <zegerjan@gitlab.com>2016-08-11 18:05:16 +0200
commit63bd4ae34a6538524069a99c4c7ca19072916bf8 (patch)
treebc2f6ee21ea1b635f350dc83079889d00edcba71
parent7356e8000aad3f28138a7ae6499b507ee0f1bec4 (diff)
downloadgitlab-ce-ruby-2-3-lets-not-break-things.tar.gz
Update currently supported Ruby version info.ruby-2-3-lets-not-break-things
-rw-r--r--CHANGELOG2
-rw-r--r--doc/install/installation.md2
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,