Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Prioritize system gems higher
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlhuda committed Jan 5, 2010
1 parent 7194fdb commit 7be8f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundler/environment.rb
Expand Up @@ -33,7 +33,7 @@ def require_env(env = nil)
end

def sources
@priority_sources + @sources + @default_sources + [SystemGemSource.new(@bundle)]
@priority_sources + [SystemGemSource.new(@bundle)] + @sources + @default_sources
end

def add_source(source)
Expand Down

0 comments on commit 7be8f46

Please sign in to comment.