Update ruby-magic to v0.4.0
This update embeds the libmagic .tar.gz inside the Gem itself, increasing the relability of builds and reducing network costs for the download mirror. Changes: https://my.diffend.io/gems/ruby-magic/0.3.2/0.4.0Signed-off-by: Stan Hu <stanhu@gmail.com>
Showing
... | ... | @@ -274,7 +274,7 @@ gem 'licensee', '~> 9.14.1' |
gem 'charlock_holmes', '~> 0.7.7' | ||
# Detect mime content type from content | ||
gem 'ruby-magic', '~> 0.3.2' | ||
gem 'ruby-magic', '~> 0.4' | ||
# Fake version of the gem to trick bundler | ||
gem 'mimemagic', '0.3.7', path: 'vendor/shims/mimemagic', require: false | ||
... | ... |
Please register or sign in to comment