Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTandrial <Tandrial@users.noreply.github.com>2013-11-30 00:43:40 +0400
committerTandrial <Tandrial@users.noreply.github.com>2013-11-30 00:43:40 +0400
commitb6e3f391e74bfcd382e29a358271d3692587c1ce (patch)
tree9297472b946b1ac5a2e1582a677cd9556cfbbe0d /doc
parent477e9f87e14a8b7a04355453283d49e4e14fcafb (diff)
Update ruby.md
Trying to install the gem bundle without bundler fails with: /usr/local/lib/ruby/2.0.0/rubygems/dependency.rb:296:in `to_specs': Could not find 'bundler' (>= 0) among 8 total gem(s) (Gem::LoadError) from /usr/local/lib/ruby/2.0.0/rubygems/dependency.rb:307:in `to_spec' from /usr/local/lib/ruby/2.0.0/rubygems/core_ext/kernel_gem.rb:47:in `gem' from /usr/local/bin/bundle:22:in `<main>' Installing the bundler (with sudo gem install bundler) at the end of Step 4 fixes this.
Diffstat (limited to 'doc')
-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