Update currently supported Ruby version info.
This commit is contained in:
parent
100df6c3f4
commit
9f9e38fff5
|
|
@ -174,6 +174,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)
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue