Merge branch '58073-update-upgrading-from-source-document' into 'master'
Docs: Update upgrading_from_source.md for Ruby 2.5 See merge request gitlab-org/gitlab-ce!25814
This commit is contained in:
commit
c78c7625b2
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
|
||||||
|
|
||||||
### 3. Update Ruby
|
### 3. Update Ruby
|
||||||
|
|
||||||
NOTE: Beginning in GitLab 11.0, we only support Ruby 2.4 or higher, and dropped
|
NOTE: Beginning in GitLab 11.6, we only support Ruby 2.5 or higher, and dropped
|
||||||
support for Ruby 2.3. Be sure to upgrade if necessary.
|
support for Ruby 2.4. Be sure to upgrade if necessary.
|
||||||
|
|
||||||
You can check which version you are running with `ruby -v`.
|
You can check which version you are running with `ruby -v`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue