summaryrefslogtreecommitdiffhomepage
path: root/axlsx.gemspec
diff options
context:
space:
mode:
authorJorne Kandziora <[email protected]>2021-03-27 11:41:11 +0100
committerGitHub <[email protected]>2021-03-27 11:41:11 +0100
commit6072a9f6052f2022f5281f4ce2a0df499c01d07a (patch)
tree808e6a6e3075d8c58feca66a1cd673f8968d2840 /axlsx.gemspec
parent46c2ff10319cf068c15052ab2a320b974699e6e9 (diff)
downloadcaxlsx-6072a9f6052f2022f5281f4ce2a0df499c01d07a.tar.gz
caxlsx-6072a9f6052f2022f5281f4ce2a0df499c01d07a.zip
Replace mimemagic with marcel (#95)
Mimemagic requires users to download or install additional files. Rails used Marcel as an abstration layer on this library. Marcel was updated to another file matching database. Following Rails in this matter will remove the need for users to do additional work, just to use caxlsx.
Diffstat (limited to 'axlsx.gemspec')
-rw-r--r--axlsx.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/axlsx.gemspec b/axlsx.gemspec
index 3f8a5008..2b5c96ec 100644
--- a/axlsx.gemspec
+++ b/axlsx.gemspec
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'nokogiri', '~> 1.10', '>= 1.10.4'
s.add_runtime_dependency 'rubyzip', '>= 1.3.0', '< 3'
s.add_runtime_dependency "htmlentities", "~> 4.3", '>= 4.3.4'
- s.add_runtime_dependency "mimemagic", '~> 0.3'
+ s.add_runtime_dependency "marcel", '~> 1.0'
s.add_development_dependency 'yard', "~> 0.9.8"
s.add_development_dependency 'kramdown', '~> 2.3'