Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-03-18 16:00:47 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-03-18 16:00:47 +0300
commit7b042e0b75d1d509359ac5c91bb9c696f614d1bf (patch)
treeb964318264f1ee31c0fe991dc2c34a4292ea328f
parentb1268e93775a992c990a8d378491b19c59463545 (diff)
parentfe65e991227c72ff046ffee935e0a38482b95194 (diff)
Merge branch 'update-upgrading-from-source-document-11-8' into '11-8-stable'
Update documentation to note Ruby 2.5 requirement See merge request gitlab-org/gitlab-ce!26187
-rw-r--r--doc/update/11.7-to-11.8.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/update/11.7-to-11.8.md b/doc/update/11.7-to-11.8.md
index d5cd557d7b5..359b767d456 100644
--- a/doc/update/11.7-to-11.8.md
+++ b/doc/update/11.7-to-11.8.md
@@ -30,8 +30,8 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
### 3. Update Ruby
-NOTE: Beginning in GitLab 11.0, we only support Ruby 2.4 or higher, and dropped
-support for Ruby 2.3. Be sure to upgrade if necessary.
+NOTE: Beginning in GitLab 11.6, we only support Ruby 2.5 or higher, and dropped
+support for Ruby 2.4. Be sure to upgrade if necessary.
You can check which version you are running with `ruby -v`.