summaryrefslogtreecommitdiff
path: root/doc/update/4.1-to-4.2.md
diff options
context:
space:
mode:
authorDrew Blessing <drew@gitlab.com>2016-06-01 10:01:14 -0500
committerDrew Blessing <drew@gitlab.com>2016-06-22 16:27:00 -0500
commit2538c4ec8ae0243b5b697f0a70740cc32df50b35 (patch)
treea300b569929e3148a83ad7150c9f9323291f6eb3 /doc/update/4.1-to-4.2.md
parent98cede7ebeae9dac994b35b66be6aab14eb932b3 (diff)
downloadgitlab-ce-2538c4ec8ae0243b5b697f0a70740cc32df50b35.tar.gz
Update docs based on customer upgrade from 4.0 [ci skip]
Diffstat (limited to 'doc/update/4.1-to-4.2.md')
-rw-r--r--doc/update/4.1-to-4.2.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/update/4.1-to-4.2.md b/doc/update/4.1-to-4.2.md
index 6fe4412ff90..97367c5f347 100644
--- a/doc/update/4.1-to-4.2.md
+++ b/doc/update/4.1-to-4.2.md
@@ -17,7 +17,15 @@ sudo -u gitlab -H git fetch
sudo -u gitlab -H git checkout 4-2-stable
-# Install libs
+# 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
+
+# Run a bundle install without deployment to generate the new Gemfile
+sudo -u gitlab -H bundle install --without development test postgres --no-deployment
+
+# Install libs (with deployment this time)
sudo -u gitlab -H bundle install --without development test postgres --deployment
# update db