about summary refs log tree commit homepage
path: root/lib/mongrel/command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mongrel/command.rb')
-rw-r--r--lib/mongrel/command.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/mongrel/command.rb b/lib/mongrel/command.rb
index be25f8f..e65f8cf 100644
--- a/lib/mongrel/command.rb
+++ b/lib/mongrel/command.rb
@@ -1,6 +1,7 @@
+require 'rubygems'
 require 'singleton'
 require 'optparse'
-require 'mongrel/plugins'
+require 'gem_plugin'
 
 module Mongrel