aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler.rb
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2012-12-26 18:13:11 -0500
committerTerence Lee <hone02@gmail.com>2012-12-26 18:13:11 -0500
commit9db6c216b2ad0a11e53734a12972c7f6c389bd42 (patch)
treeb35feae90df67559072f49c5ab543a00c800eaa3 /lib/bundler.rb
parent69c5d8bbe88ff50ba116240fffdaa6d2f7161f83 (diff)
downloadbundler-9db6c216b2ad0a11e53734a12972c7f6c389bd42.tar.gz
extract ruby method in Dsl into its own module
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 614b56da..ade64c2f 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -31,6 +31,7 @@ module Bundler
autoload :RemoteSpecification, 'bundler/remote_specification'
autoload :Resolver, 'bundler/resolver'
autoload :RubyVersion, 'bundler/ruby_version'
+ autoload :RubyDsl, 'bundler/ruby_dsl'
autoload :Runtime, 'bundler/runtime'
autoload :Settings, 'bundler/settings'
autoload :SharedHelpers, 'bundler/shared_helpers'