Commit bd0a32fb8918f2d0b7a4083ae02d234aabc5e210
Exists in
master
and in
4 other branches
Merge pull request #5732 from Tandrial/patch-1
Missing gem bundler
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
doc/update/ruby.md
@@ -32,6 +32,7 @@ cd ruby-2.0.0-p353 | @@ -32,6 +32,7 @@ cd ruby-2.0.0-p353 | ||
32 | ./configure --disable-install-rdoc | 32 | ./configure --disable-install-rdoc |
33 | make | 33 | make |
34 | sudo make install # overwrite the existing Ruby in /usr/local/bin | 34 | sudo make install # overwrite the existing Ruby in /usr/local/bin |
35 | +sudo gem install bundler | ||
35 | ``` | 36 | ``` |
36 | 37 | ||
37 | ### 5. Reinstall GitLab gem bundle | 38 | ### 5. Reinstall GitLab gem bundle |