Method: Gem::Specification#nondevelopment_dependencies

Defined in:
lib/bundler/rubygems_ext.rb

#nondevelopment_dependenciesObject



257
258
259
# File 'lib/bundler/rubygems_ext.rb', line 257

def nondevelopment_dependencies
  dependencies - development_dependencies
end