summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2014-01-05 16:35:59 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2014-01-05 16:35:59 +0000
commite1189c5335b99803a923992016501b08d14864d1 (patch)
treed5d69435f167a5532c20b8a1432cebf71c9f5615 /Gemfile
parent1f5086258616239fd7998012f6efab685089fca5 (diff)
downloadredmine-e1189c5335b99803a923992016501b08d14864d1.tar.gz
redmine-e1189c5335b99803a923992016501b08d14864d1.zip
Use the mime-types gem for getting mime types from filenames (#15790).
git-svn-id: http://svn.redmine.org/redmine/trunk@12483 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index b2da2827d..d3fd63479 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,6 +5,7 @@ gem "jquery-rails", "~> 2.0.2"
gem "coderay", "~> 1.1.0"
gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
gem "builder", "3.0.0"
+gem "mime-types"
# Optional gem for LDAP authentication
group :ldap do