aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler.rb
diff options
context:
space:
mode:
authorTim Moore <tmoore@incrementalism.net>2013-08-28 21:23:28 +1000
committerTim Moore <tmoore@incrementalism.net>2014-07-30 14:16:35 +1000
commitedccf04e0442d2b63e8e1bac569eccec486ca3d9 (patch)
treeb1095e05c72031d488acbb4e63cdf81a969cfebe /lib/bundler.rb
parentca2a8fa969982322732a969fff18f1ba1f4eadcf (diff)
downloadbundler-edccf04e0442d2b63e8e1bac569eccec486ca3d9.tar.gz
Extract SourceList class from Definition.
Diffstat (limited to 'lib/bundler.rb')
-rw-r--r--lib/bundler.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundler.rb b/lib/bundler.rb
index 9bf16521..1eaf194b 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -41,6 +41,7 @@ module Bundler
autoload :SharedHelpers, 'bundler/shared_helpers'
autoload :SpecSet, 'bundler/spec_set'
autoload :Source, 'bundler/source'
+ autoload :SourceList, 'bundler/source_list'
autoload :Specification, 'bundler/shared_helpers'
autoload :SystemRubyVersion, 'bundler/ruby_version'
autoload :UI, 'bundler/ui'