summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHomu <homu@barosl.com>2015-10-12 07:13:01 +0900
committerHomu <homu@barosl.com>2015-10-12 07:13:01 +0900
commit264a3f943e6573a01d3d2c674b113244ec68c11b (patch)
tree33846b055dcc8552235bc5a3c28683052c484254
parent98a4c88338b31e7a3c1ace64f2a3868eb8d8da49 (diff)
parent78370dd412c2d15533ed5c5eabe181dff4d9e8df (diff)
downloadbundler-264a3f943e6573a01d3d2c674b113244ec68c11b.tar.gz
Auto merge of #4051 - backus:fix/autoloading-nonexistant-constant, r=segiddins
Remove `autoload :Specification` This constant isn't defined anymore
-rw-r--r--lib/bundler.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bundler.rb b/lib/bundler.rb
index db52b006ce..4f9413540a 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -45,7 +45,6 @@ module Bundler
autoload :StubSpecification, "bundler/stub_specification"
autoload :Source, "bundler/source"
autoload :SourceList, "bundler/source_list"
- autoload :Specification, "bundler/shared_helpers"
autoload :SystemRubyVersion, "bundler/ruby_version"
autoload :UI, "bundler/ui"