From 718c9efaca1530c04d38e3e5b0aa67096ea59b73 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Sun, 1 Apr 2018 08:16:00 -0700 Subject: [PATCH] Bump Charlock Holmes to 0.7.6 (#4086) --- github-linguist.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-linguist.gemspec b/github-linguist.gemspec index 1151b1ff..754fa0b3 100644 --- a/github-linguist.gemspec +++ b/github-linguist.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |s| s.executables = ['linguist', 'git-linguist'] s.extensions = ['ext/linguist/extconf.rb'] - s.add_dependency 'charlock_holmes', '~> 0.7.5' + s.add_dependency 'charlock_holmes', '~> 0.7.6' s.add_dependency 'escape_utils', '~> 1.2.0' s.add_dependency 'mime-types', '>= 1.19' s.add_dependency 'rugged', '>= 0.25.1'