mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-20 14:11:11 +00:00
Add notes about dropping support for Ruby 2.1.x
[ci skip]
This commit is contained in:
@ -109,7 +109,8 @@ Then select 'Internet Site' and press enter to confirm the hostname.
|
|||||||
|
|
||||||
## 2. Ruby
|
## 2. Ruby
|
||||||
|
|
||||||
**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.
|
**Note:** The current supported Ruby version is 2.3.x. GitLab 9.0 dropped support
|
||||||
|
for Ruby 2.1.x.
|
||||||
|
|
||||||
The use of Ruby version managers such as [RVM], [rbenv] or [chruby] with GitLab
|
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,
|
in production, frequently leads to hard to diagnose problems. For example,
|
||||||
|
@ -25,9 +25,8 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
|
|||||||
|
|
||||||
### 3. Update Ruby
|
### 3. Update Ruby
|
||||||
|
|
||||||
We will continue supporting Ruby < 2.3 for the time being but we recommend you
|
NOTE: GitLab 9.0 only supports Ruby 2.3.x and dropped support for Ruby 2.1.x. Be
|
||||||
upgrade to Ruby 2.3 if you're running a source installation, as this is the same
|
sure to upgrade your interpreter if necessary.
|
||||||
version that ships with our Omnibus package.
|
|
||||||
|
|
||||||
You can check which version you are running with `ruby -v`.
|
You can check which version you are running with `ruby -v`.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user