aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/source.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/source.rb')
-rw-r--r--lib/bundler/source.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/bundler/source.rb b/lib/bundler/source.rb
index d715b78f..73aab9b8 100644
--- a/lib/bundler/source.rb
+++ b/lib/bundler/source.rb
@@ -1,8 +1,8 @@
module Bundler
class Source
- autoload :Rubygems, 'bundler/source/rubygems'
- autoload :Path, 'bundler/source/path'
- autoload :Git, 'bundler/source/git'
+ autoload :Rubygems, "bundler/source/rubygems"
+ autoload :Path, "bundler/source/path"
+ autoload :Git, "bundler/source/git"
attr_accessor :dependency_names