summaryrefslogtreecommitdiff
path: root/lib/bundler/source/rubygems_aggregate.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/source/rubygems_aggregate.rb')
-rw-r--r--lib/bundler/source/rubygems_aggregate.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/bundler/source/rubygems_aggregate.rb b/lib/bundler/source/rubygems_aggregate.rb
index 685bf7e90a..99ef81ad54 100644
--- a/lib/bundler/source/rubygems_aggregate.rb
+++ b/lib/bundler/source/rubygems_aggregate.rb
@@ -16,6 +16,10 @@ module Bundler
@index
end
+ def identifier
+ to_s
+ end
+
def to_s
"any of the sources"
end