Use mimemagic v0.3.7 for fake gem since it does not exist
We don't want to mix things up with the real gem so it seems better for us to choose a gem version number that does not exist.
Showing
... | ... | @@ -277,7 +277,7 @@ gem 'charlock_holmes', '~> 0.7.7' |
gem 'ruby-magic', '~> 0.3' | ||
# Fake version of the gem to trick bundler | ||
gem 'mimemagic', '0.3.5', path: 'vendor/shims/mimemagic', require: false | ||
gem 'mimemagic', '0.3.7', path: 'vendor/shims/mimemagic', require: false | ||
# Faster blank | ||
gem 'fast_blank' | ||
... | ... |
Please register or sign in to comment