summaryrefslogtreecommitdiff
path: root/lib/rubygems/gem_runner.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubygems/gem_runner.rb')
-rw-r--r--lib/rubygems/gem_runner.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rubygems/gem_runner.rb b/lib/rubygems/gem_runner.rb
index a36674503e..bf176db05a 100644
--- a/lib/rubygems/gem_runner.rb
+++ b/lib/rubygems/gem_runner.rb
@@ -24,6 +24,7 @@ Gem.load_env_plugins rescue nil
# classes they call directly.
class Gem::GemRunner
+
def initialize
@command_manager_class = Gem::CommandManager
@config_file_class = Gem::ConfigFile
@@ -74,6 +75,7 @@ class Gem::GemRunner
Gem.use_paths Gem.configuration[:gemhome], Gem.configuration[:gempath]
Gem::Command.extra_args = Gem.configuration[:gem]
end
+
end
Gem.load_plugins