Method: Bundler::RemoteSpecification#runtime_dependencies

Defined in:
lib/bundler/remote_specification.rb

#runtime_dependenciesObject



96
97
98
# File 'lib/bundler/remote_specification.rb', line 96

def runtime_dependencies
  dependencies.select(&:runtime?)
end