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:
authorDrew Blessing <drew@gitlab.com>2016-06-01 18:01:14 +0300
committerDrew Blessing <drew@gitlab.com>2016-06-23 00:27:00 +0300
commit2538c4ec8ae0243b5b697f0a70740cc32df50b35 (patch)
treea300b569929e3148a83ad7150c9f9323291f6eb3 /doc/update/3.0-to-3.1.md
parent98cede7ebeae9dac994b35b66be6aab14eb932b3 (diff)
Update docs based on customer upgrade from 4.0 [ci skip]
Diffstat (limited to 'doc/update/3.0-to-3.1.md')
-rw-r--r--doc/update/3.0-to-3.1.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/update/3.0-to-3.1.md b/doc/update/3.0-to-3.1.md
index a30485c42f7..6ac83f3b60d 100644
--- a/doc/update/3.0-to-3.1.md
+++ b/doc/update/3.0-to-3.1.md
@@ -25,6 +25,11 @@ sudo -u gitlab -H git checkout v3.1.0
# Install new charlock_holmes
sudo gem install charlock_holmes --version '0.6.9'
+# The Modernizr gem was yanked from RubyGems. It is required for GitLab >= 2.8.0
+# Edit `Gemfile` and change `gem "modernizr", "2.5.3"` to
+# `gem "modernizr-rails", "2.7.1"``
+sudo -u gitlab -H vim Gemfile
+
# Install gems for MySQL
sudo -u gitlab -H bundle install --without development test postgres sqlite