diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-01-05 16:35:59 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-01-05 16:35:59 +0000 |
commit | e1189c5335b99803a923992016501b08d14864d1 (patch) | |
tree | d5d69435f167a5532c20b8a1432cebf71c9f5615 /Gemfile | |
parent | 1f5086258616239fd7998012f6efab685089fca5 (diff) | |
download | redmine-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-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |