Update ruby-magic to v0.3.2
This switches away from the ruby-magic-static fork to bring in the latest upstream changes. In particular, this fixes Ruby interprets that are not built with `--enable-static`: https://github.com/kwilczynski/ruby-magic/issues/6 Changes: https://my.diffend.io/gems/ruby-magic/0.3.1/0.3.2 Diff from ruby-magic-static: https://gitlab.com/gitlab-org/ruby-magic/-/merge_requests/8/diffs
Showing
... | @@ -274,7 +274,7 @@ gem 'licensee', '~> 9.14.1' | ... | @@ -274,7 +274,7 @@ gem 'licensee', '~> 9.14.1' |
gem 'charlock_holmes', '~> 0.7.7' | gem 'charlock_holmes', '~> 0.7.7' | ||
# Detect mime content type from content | # Detect mime content type from content | ||
gem 'ruby-magic-static', '~> 0.3.5' | gem 'ruby-magic', '~> 0.3.2' | ||
# Fake version of the gem to trick bundler | # Fake version of the gem to trick bundler | ||
gem 'mimemagic', '0.3.7', path: 'vendor/shims/mimemagic', require: false | gem 'mimemagic', '0.3.7', path: 'vendor/shims/mimemagic', require: false | ||
... | ... |
Please register or sign in to comment