Method: Bundler::SourceList#lock_other_sources
- Defined in:
- lib/bundler/source_list.rb
#lock_other_sources ⇒ Object
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 |