Commit bd0a32fb8918f2d0b7a4083ae02d234aabc5e210

Authored by Dmitriy Zaporozhets
2 parents 4e878ad9 b6e3f391

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 32 ./configure --disable-install-rdoc
33 33 make
34 34 sudo make install # overwrite the existing Ruby in /usr/local/bin
  35 +sudo gem install bundler
35 36 ```
36 37  
37 38 ### 5. Reinstall GitLab gem bundle
... ...