From c46d91421c7f838c3db9f64e1c35eee601a0255a Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Sat, 17 Sep 2011 17:55:22 -0700 Subject: correct docs on source order fixes #1310 --- man/gemfile.5.ronn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/gemfile.5.ronn b/man/gemfile.5.ronn index d97dadc2..d6d5886b 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. -- cgit v1.2.3