Commit d1206335 authored by Stan Hu's avatar Stan Hu

Update ruby-magic-static to v0.3.5

This pulls in https://github.com/kwilczynski/ruby-magic/pull/5, which
brings significant improvements in the building of `libmagic`:

- Use `mini_portile2` gem to build the C extension.
- Clean up unneeded files after build.
- By default, build a static library of `libmagic` and link it.
- Support disabling of static library generation via the
  `--disable-static` argument.
- Support for using the system library via the `--use-system-libraries`
  argument.
parent c30fc3d8
......@@ -274,7 +274,7 @@ gem 'licensee', '~> 9.14.1'
gem 'charlock_holmes', '~> 0.7.7'
# Detect mime content type from content
gem 'ruby-magic-static', '~> 0.3.4'
gem 'ruby-magic-static', '~> 0.3.5'
# Fake version of the gem to trick bundler
gem 'mimemagic', '0.3.7', path: 'vendor/shims/mimemagic', require: false
......
......@@ -1113,7 +1113,8 @@ GEM
i18n
ruby-fogbugz (0.2.1)
crack (~> 0.4)
ruby-magic-static (0.3.4)
ruby-magic-static (0.3.5)
mini_portile2 (~> 2.5.0)
ruby-prof (1.3.1)
ruby-progressbar (1.11.0)
ruby-saml (1.7.2)
......@@ -1559,7 +1560,7 @@ DEPENDENCIES
rspec_junit_formatter
rspec_profiling (~> 0.0.6)
ruby-fogbugz (~> 0.2.1)
ruby-magic-static (~> 0.3.4)
ruby-magic-static (~> 0.3.5)
ruby-prof (~> 1.3.0)
ruby-progressbar (~> 1.10)
ruby_parser (~> 3.15)
......
---
title: Update ruby-magic-static to v0.3.5
merge_request: 57984
author:
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment