From fcdfb2bcc0ebfea73bdde1e21512407bb853d918 Mon Sep 17 00:00:00 2001 From: wangjohn Date: Fri, 15 Feb 2013 20:18:25 -0500 Subject: Removed an old require of an MD5 digest which is no longer used. --- actionpack/lib/action_dispatch/http/response.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'actionpack/lib/action_dispatch/http/response.rb') diff --git a/actionpack/lib/action_dispatch/http/response.rb b/actionpack/lib/action_dispatch/http/response.rb index ca1ace4537..06e936cdb0 100644 --- a/actionpack/lib/action_dispatch/http/response.rb +++ b/actionpack/lib/action_dispatch/http/response.rb @@ -1,4 +1,3 @@ -require 'digest/md5' require 'active_support/core_ext/class/attribute_accessors' require 'monitor' -- cgit v1.2.3