summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2018-08-13 11:38:59 +0000
committerGo MAEDA <maeda@farend.jp>2018-08-13 11:38:59 +0000
commitca6bf98c61488e04526837ea0b7cf5b434948529 (patch)
tree713a86fbc17de1906806bf1b85ac2fc08d593853 /lib
parentb7f15fbadcaed2b708aa156048ab5c37cb7b01ff (diff)
downloadredmine-ca6bf98c61488e04526837ea0b7cf5b434948529.tar.gz
redmine-ca6bf98c61488e04526837ea0b7cf5b434948529.zip
Don't require mime-types (#29359).
git-svn-id: http://svn.redmine.org/redmine/trunk@17470 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib')
-rw-r--r--lib/redmine/mime_type.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/redmine/mime_type.rb b/lib/redmine/mime_type.rb
index 4ff04664d..73ac1fe4c 100644
--- a/lib/redmine/mime_type.rb
+++ b/lib/redmine/mime_type.rb
@@ -15,8 +15,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-require 'mime/types'
-
module Redmine
module MimeType