| Class | Bundler::Plugin::DSL |
| In: |
lib/bundler/plugin/dsl.rb
|
| Parent: | Bundler::Dsl |
Dsl to parse the Gemfile looking for plugins to install
| gem | -> | _gem |
| inferred_plugins | [R] |
This lists the plugins that was added automatically and not specified by
the user.
When we encounter :type attribute with a source block, we add a plugin by name bundler-source-<type> to list of plugins to be installed. These plugins are optional and are not installed when there is conflict with any other plugin. |