class Bundler::SourceList

def lock_other_sources

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