class Bundler::Plugin::Installer
def install_rubygems(names, version, sources)
-
(Hash)
- map of names to the specs of plugins installed
Parameters:
-
source(s)
(String, Array
) -- to resolve the gem -
version
(Array
) -- of the gem to install -
name
(String
) -- of the plugin gem to search in the source
def install_rubygems(names, version, sources) install_all_sources(names, version, nil, sources) end