Ruby 2.3.0 リファレンスマニュアル > ライブラリ一覧 > rubygems/dependency_installerライブラリ > Gem::DependencyInstallerクラス > find_gems_with_sources
find_gems_with_sources(dep) -> Array
[permalink][rdoc]与えられた条件にマッチする Gem::Specification のインスタンスと URI のペアのリストを 返します。
Gem はローカル (Dir.pwd) とリモート (Gem.sources) の両方から検索します。 結果は、バージョンの新しい順が先にきます。また、ローカルの Gem も先にきます。