diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-12-02 04:38:56 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-12-02 04:38:56 -0800 |
commit | bd0a32fb8918f2d0b7a4083ae02d234aabc5e210 (patch) | |
tree | 8357857d22b10bcd49cca9b58b59eb615ae50f62 /doc | |
parent | 4e878ad902c8026513e69f2ed79b6ed17b63ed24 (diff) | |
parent | b6e3f391e74bfcd382e29a358271d3692587c1ce (diff) | |
download | gitlab-ce-bd0a32fb8918f2d0b7a4083ae02d234aabc5e210.tar.gz |
Merge pull request #5732 from Tandrial/patch-1
Missing gem bundler
Diffstat (limited to 'doc')
-rw-r--r-- | doc/update/ruby.md | 1 |
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 |