Update charlock_holmes to v0.7.7
charlock_holmes v0.7.7 resolves a C++ build issue (https://github.com/brianmario/charlock_holmes/compare/0.7.6..v0.7.7) on some machines. This may also resolve a CentOS 6 build issue (https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5682) since the gem will be available for gitaly-ruby using the newer compiler.
Showing
... | ... | @@ -272,7 +272,7 @@ gem 'licensee', '~> 8.9' |
gem 'ace-rails-ap', '~> 4.1.0' | ||
# Detect and convert string character encoding | ||
gem 'charlock_holmes', '~> 0.7.5' | ||
gem 'charlock_holmes', '~> 0.7.7' | ||
# Detect mime content type from content | ||
gem 'mimemagic', '~> 0.3.2' | ||
... | ... |
Please register or sign in to comment