From 4cecac01518c6d48f749a34d4f56842429c2ccbc Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 15 Aug 2009 02:43:49 -0700 Subject: Remove explicit requires for Rack things Rack is autoload-based and so are we. --- lib/unicorn/app/exec_cgi.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/unicorn/app/exec_cgi.rb') diff --git a/lib/unicorn/app/exec_cgi.rb b/lib/unicorn/app/exec_cgi.rb index d0b31f8..138545e 100644 --- a/lib/unicorn/app/exec_cgi.rb +++ b/lib/unicorn/app/exec_cgi.rb @@ -1,5 +1,4 @@ require 'unicorn' -require 'rack' module Unicorn::App -- cgit v1.2.3-24-ge0c7