From 32bcab360c4d357a672aa1db18c4d873ff574170 Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Mon, 19 Nov 2012 15:27:33 -0800 Subject: pull out Deprecate so we can suppress output --- lib/bundler.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/bundler.rb') 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' -- cgit v1.2.1