summaryrefslogtreecommitdiff
path: root/lib/rubygems/indexer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubygems/indexer.rb')
-rw-r--r--lib/rubygems/indexer.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rubygems/indexer.rb b/lib/rubygems/indexer.rb
index 9f4bd12c46..c99a6a8367 100644
--- a/lib/rubygems/indexer.rb
+++ b/lib/rubygems/indexer.rb
@@ -8,6 +8,7 @@ require 'tmpdir'
# Top level class for building the gem repository index.
class Gem::Indexer
+
include Gem::UserInteraction
##
@@ -423,4 +424,5 @@ class Gem::Indexer
Marshal.dump specs_index, io
end
end
+
end