summaryrefslogtreecommitdiff
path: root/lib/bundler.rb
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2012-11-19 15:27:33 -0800
committerAndre Arko <andre@arko.net>2012-11-19 15:27:33 -0800
commit32bcab360c4d357a672aa1db18c4d873ff574170 (patch)
tree173d11bd1110aecf74f57c43af38e4d3a15dd4ba /lib/bundler.rb
parent402faf456bfe2b239aa4ef95a0c9870edf7bb00b (diff)
downloadbundler-32bcab360c4d357a672aa1db18c4d873ff574170.tar.gz
pull out Deprecate so we can suppress output
Diffstat (limited to 'lib/bundler.rb')
-rw-r--r--lib/bundler.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundler.rb b/lib/bundler.rb
index 0360d5cc9a..12a50ad33e 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -13,6 +13,7 @@ module Bundler
autoload :Definition, 'bundler/definition'
autoload :Dependency, 'bundler/dependency'
autoload :DepProxy, 'bundler/dep_proxy'
+ autoload :Deprecate, 'bundler/deprecate'
autoload :Dsl, 'bundler/dsl'
autoload :EndpointSpecification, 'bundler/endpoint_specification'
autoload :Environment, 'bundler/environment'