diff options
-rw-r--r-- | lib/bundler.rb | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -53,7 +53,6 @@ module Bundler autoload :FeatureFlag, File.expand_path("bundler/feature_flag", __dir__) autoload :FREEBSD, File.expand_path("bundler/constants", __dir__) autoload :GemHelper, File.expand_path("bundler/gem_helper", __dir__) - autoload :GemHelpers, File.expand_path("bundler/gem_helpers", __dir__) autoload :GemVersionPromoter, File.expand_path("bundler/gem_version_promoter", __dir__) autoload :Graph, File.expand_path("bundler/graph", __dir__) autoload :Index, File.expand_path("bundler/index", __dir__) @@ -459,6 +458,10 @@ module Bundler Gem::Platform.local end def default_gemfile SharedHelpers.default_gemfile end |