aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/plugin/source_list.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/plugin/source_list.rb')
-rw-r--r--lib/bundler/plugin/source_list.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/plugin/source_list.rb b/lib/bundler/plugin/source_list.rb
index c1903e9d..2959a408 100644
--- a/lib/bundler/plugin/source_list.rb
+++ b/lib/bundler/plugin/source_list.rb
@@ -5,8 +5,8 @@ module Bundler
# approptiate options to be used with Source classes for plugin installation
class Plugin::SourceList < Bundler::SourceList
def initialize
- @rubygems_aggregate = Source::Rubygems.new :plugin => true
super
+ @rubygems_aggregate = Source::Rubygems.new :plugin => true
end
def add_git_source(options = {})