From d699ba3a98a203832cb5893ed0d36f50a10ad3af Mon Sep 17 00:00:00 2001 From: Adam Roben Date: Tue, 18 Nov 2014 10:15:16 -0500 Subject: [PATCH] Allow mime-types 2.x to be used with Linguist The API is compatible for our purposes, and this allows Linguist to be used in apps that pull in newer versions of mime-types through other gems. --- github-linguist.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-linguist.gemspec b/github-linguist.gemspec index cb3955a6..463275f2 100644 --- a/github-linguist.gemspec +++ b/github-linguist.gemspec @@ -15,7 +15,7 @@ Gem::Specification.new do |s| s.add_dependency 'charlock_holmes', '~> 0.7.3' s.add_dependency 'escape_utils', '~> 1.0.1' - s.add_dependency 'mime-types', '~> 1.19' + s.add_dependency 'mime-types', '>= 1.19' s.add_dependency 'rugged', '~> 0.22.0b1' s.add_development_dependency 'mocha'