summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-02 04:38:56 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-02 04:38:56 -0800
commitbd0a32fb8918f2d0b7a4083ae02d234aabc5e210 (patch)
tree8357857d22b10bcd49cca9b58b59eb615ae50f62
parent4e878ad902c8026513e69f2ed79b6ed17b63ed24 (diff)
parentb6e3f391e74bfcd382e29a358271d3692587c1ce (diff)
downloadgitlab-ce-bd0a32fb8918f2d0b7a4083ae02d234aabc5e210.tar.gz
Merge pull request #5732 from Tandrial/patch-1
Missing gem bundler
-rw-r--r--doc/update/ruby.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/update/ruby.md b/doc/update/ruby.md
index c1c85e1f887..235c8d2d7cd 100644
--- a/doc/update/ruby.md
+++ b/doc/update/ruby.md
@@ -32,6 +32,7 @@ cd ruby-2.0.0-p353
./configure --disable-install-rdoc
make
sudo make install # overwrite the existing Ruby in /usr/local/bin
+sudo gem install bundler
```
### 5. Reinstall GitLab gem bundle