summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2013-10-17 09:16:41 -0700
committerAndre Arko <andre@arko.net>2013-10-17 09:16:41 -0700
commit31cc97aaac0263671ee2bc6b75ffc45b33b27157 (patch)
tree2dd513364da545ca6539fcaf769a10b44dd93f85 /man
parentf894bdf32f58f9bdc81c9884f08009c239b89464 (diff)
parentbd6f316c6aa565d098cef44926325e8128540e57 (diff)
downloadbundler-31cc97aaac0263671ee2bc6b75ffc45b33b27157.tar.gz
Merge pull request #2650 from joyicecloud/gem-mirror
Gem Mirror Support (with specs) (PR #2366) Conflicts: lib/bundler/fetcher.rb
Diffstat (limited to 'man')
-rw-r--r--man/bundle-config.ronn9
1 files changed, 9 insertions, 0 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
index 37f9fffef6..1df7615243 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -138,3 +138,12 @@ accidental locking to a different branch.
Finally, Bundler also ensures that the current revision in the
`Gemfile.lock` exists in the local git repository. By doing this, Bundler
forces you to fetch the latest changes in the remotes.
+
+## MIRRORS OF GEM REPOSITORIES
+
+Bundler supports overriding gem sources with mirrors. This allows you to
+configure rubygems.org as the gem source in your Gemfile while still using your
+mirror to fetch gems.
+
+ bundle config mirror.http://rubygems.org http://localhost:8081/nexus/content/ruby/rubygems.org
+