Method: Bundler::RemoteSpecification#runtime_dependencies

Defined in:
lib/bundler/remote_specification.rb

#runtime_dependenciesObject



91
92
93
# File 'lib/bundler/remote_specification.rb', line 91

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