diff options
Diffstat (limited to 'lib/bundler.rb')
-rw-r--r-- | lib/bundler.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bundler.rb b/lib/bundler.rb index cfc645b75e..79ee46a6d9 100644 --- a/lib/bundler.rb +++ b/lib/bundler.rb @@ -1,6 +1,7 @@ require 'fileutils' require 'pathname' require 'rbconfig' +require 'minisat' require 'bundler/gem_path_manipulation' require 'bundler/rubygems_ext' require 'bundler/rubygems_integration' @@ -40,6 +41,7 @@ module Bundler autoload :SharedHelpers, 'bundler/shared_helpers' autoload :SpecSet, 'bundler/spec_set' autoload :Source, 'bundler/source' + autoload :ResolverAlgorithm, 'bundler/resolver_algorithm' autoload :Specification, 'bundler/shared_helpers' autoload :SystemRubyVersion, 'bundler/ruby_version' autoload :UI, 'bundler/ui' |