summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Backus <johncbackus@gmail.com>2015-10-11 02:38:59 -0700
committerJohn Backus <johncbackus@gmail.com>2015-10-11 13:23:23 -0700
commit78370dd412c2d15533ed5c5eabe181dff4d9e8df (patch)
treed03aa0657622aac6e34ebe9d4d432d2223d8ac42
parent1e2d623f85b684aa726e565535601838dfb0cb63 (diff)
downloadbundler-78370dd412c2d15533ed5c5eabe181dff4d9e8df.tar.gz
Remove `autoload :Specification`
- This class was removed in 2010 but the autoload was neglected 64b8b5 - Closes #4050
-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"