summaryrefslogtreecommitdiff
path: root/doc/update/ruby.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/update/ruby.md')
-rw-r--r--doc/update/ruby.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/ruby.md b/doc/update/ruby.md
index 3fc068c0ae2..9d0cafb3f05 100644
--- a/doc/update/ruby.md
+++ b/doc/update/ruby.md
@@ -41,7 +41,7 @@ Just to be sure we will reinstall the gems used by GitLab. Note that the `bundle
```bash
cd /home/git/gitlab
sudo -u git -H rm -rf vendor/bundle # remove existing Gem bundle
-sudo -u git -H bundle install --deployment --without development test postgres aws # Assuming MySQL
+sudo -u git -H bundle install --deployment --without development test mysql aws # Assuming PostgreSQL
```
### 6. Start GitLab