Method: Bundler::ParallelInstaller::SpecInstallation#dependencies
- Defined in:
- lib/bundler/installer/parallel_installer.rb
#dependencies ⇒ Object
Represents only the non-development dependencies, the ones that are itself and are in the total list.
51 52 53 |
# File 'lib/bundler/installer/parallel_installer.rb', line 51 def dependencies @dependencies ||= all_dependencies.reject {|dep| ignorable_dependency? dep } end |