Method: Bundler::SourceList#lock_other_sources

Defined in:
lib/bundler/source_list.rb

#lock_other_sourcesObject



113
114
115
# File 'lib/bundler/source_list.rb', line 113

def lock_other_sources
  (path_sources + git_sources + plugin_sources).sort_by(&:identifier)
end