summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2011-09-17 17:55:22 -0700
committerAndre Arko <andre@arko.net>2011-09-17 17:55:23 -0700
commitc46d91421c7f838c3db9f64e1c35eee601a0255a (patch)
treef524f7d7dfb30c0a26d6009d6fee922ae02d9951
parentba7e1b082a45460cacefe0eb5c67b2632c4ee498 (diff)
downloadbundler-c46d91421c7f838c3db9f64e1c35eee601a0255a.tar.gz
correct docs on source order
fixes #1310
-rw-r--r--man/gemfile.5.ronn4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/gemfile.5.ronn b/man/gemfile.5.ronn
index d97dadc2d1..d6d5886bf7 100644
--- a/man/gemfile.5.ronn
+++ b/man/gemfile.5.ronn
@@ -280,5 +280,5 @@ bundler uses the following priority order:
repository otherwise declared. This results in bundler prioritizing the
ActiveSupport gem from the Rails git repository over ones from
`rubygems.org`
- 3. The sources specified via `source`, in the order in which they were
- declared in the `Gemfile`.
+ 3. The sources specified via `source`, searching each source in your `Gemfile`
+ from last added to first added.