lib/bundler.rb in bundler-1.7.7 vs lib/bundler.rb in bundler-1.7.8
- old
+ new
@@ -10,9 +10,10 @@
module Bundler
preserve_gem_path
ORIGINAL_ENV = ENV.to_hash
+ autoload :AnonymizableURI, 'bundler/anonymizable_uri'
autoload :Definition, 'bundler/definition'
autoload :Dependency, 'bundler/dependency'
autoload :DepProxy, 'bundler/dep_proxy'
autoload :Deprecate, 'bundler/deprecate'
autoload :Dsl, 'bundler/dsl'