about summary refs log tree commit homepage
path: root/lib/unicorn/const.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-05-25 23:04:27 -0700
committerEric Wong <normalperson@yhbt.net>2009-05-25 23:04:27 -0700
commit9889b08360abf22f6dc71b3748e4b0387b3122f6 (patch)
tree334c5315e3b51a55dc5e0b044a41dd9749b17677 /lib/unicorn/const.rb
parent792064a4aeeab887d7ffcc9dda3fbd8f22488c82 (diff)
downloadunicorn-9889b08360abf22f6dc71b3748e4b0387b3122f6.tar.gz
This should prevent Rack from being required too early
on so "-I" being passed through the unicorn command-line
can modify $LOAD_PATH for Rack
Diffstat (limited to 'lib/unicorn/const.rb')
-rw-r--r--lib/unicorn/const.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb
index 52d1775..91f0d82 100644
--- a/lib/unicorn/const.rb
+++ b/lib/unicorn/const.rb
@@ -1,6 +1,3 @@
-
-require 'rack/utils'
-
 module Unicorn
 
   # Frequently used constants when constructing requests or responses.  Many times