summaryrefslogtreecommitdiff
path: root/lib/bundler/source.rb
blob: c75599f4dbbf671a7a17fafc29cdbf06aa8dc1e0 (plain)
1
2
3
4
5
6
7
module Bundler
  module Source
    autoload :Rubygems, 'bundler/source/rubygems'
    autoload :Path, 'bundler/source/path'
    autoload :Git, 'bundler/source/git'
  end
end