From 1099329be081297c16b02141ec13ca6a05ff037c Mon Sep 17 00:00:00 2001 From: yui-knk Date: Tue, 20 Oct 2015 20:02:59 +0900 Subject: Delete needless `require 'active_support/deprecation'` When `require 'active_support/rails'`, 'active_support/deprecation' is automatically loaded. --- actionpack/lib/action_dispatch/http/mime_type.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'actionpack/lib/action_dispatch/http/mime_type.rb') diff --git a/actionpack/lib/action_dispatch/http/mime_type.rb b/actionpack/lib/action_dispatch/http/mime_type.rb index 95094c25c0..b64f660ec5 100644 --- a/actionpack/lib/action_dispatch/http/mime_type.rb +++ b/actionpack/lib/action_dispatch/http/mime_type.rb @@ -1,7 +1,6 @@ require 'singleton' require 'active_support/core_ext/module/attribute_accessors' require 'active_support/core_ext/string/starts_ends_with' -require 'active_support/deprecation' module Mime class Mimes -- cgit v1.2.3