From 8f4c288343b02d053a396ac3aa4bec0f2b85655c Mon Sep 17 00:00:00 2001 From: Samuel Giddins Date: Sat, 4 Jun 2016 23:59:28 -0500 Subject: [Docs] Document gempsec conflict behavior --- man/gemfile.5.ronn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man/gemfile.5.ronn b/man/gemfile.5.ronn index b707e2a5c5..5b39268657 100644 --- a/man/gemfile.5.ronn +++ b/man/gemfile.5.ronn @@ -480,6 +480,10 @@ options, which control where bundler looks for the `.gemspec`, the glob it uses for the gemspec (defaults to: "{,*,*/*}.gemspec"), what named `.gemspec` it uses (if more than one is present), and which group development dependencies are included in. +When a `gemspec` dependency encounters version conflicts during resolution, the +local version under development will always be selected -- even if there are +remote versions that better match other requirements for the `gemspec` gem. + ## SOURCE PRIORITY When attempting to locate a gem to satisfy a gem requirement, -- cgit v1.2.1