From a26509246fca38f6c8c53e0161e8ce750f8d1310 Mon Sep 17 00:00:00 2001 From: Axilleas Pipinellis Date: Sat, 31 Aug 2013 16:51:30 +0300 Subject: [PATCH] Update to latest github-linguist --- Gemfile.lock | 12 ++++++------ gitlab_git.gemspec | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b6393b4..48f5bd7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ PATH specs: gitlab_git (2.1.1) activesupport (~> 3.2.13) - github-linguist (~> 2.3.4) + github-linguist (~> 2.9.4) gitlab-grit (~> 2.6.0) GEM @@ -24,14 +24,14 @@ GEM thor crack (0.3.2) diff-lcs (1.2.4) - escape_utils (0.2.4) + escape_utils (0.3.2) ffi (1.8.1) formatador (0.2.4) - github-linguist (2.3.4) + github-linguist (2.9.4) charlock_holmes (~> 0.6.6) - escape_utils (~> 0.2.3) + escape_utils (~> 0.3.1) mime-types (~> 1.19) - pygments.rb (>= 0.2.13) + pygments.rb (~> 0.5.2) gitlab-grit (2.6.0) charlock_holmes (~> 0.6.9) diff-lcs (~> 1.1) @@ -46,7 +46,7 @@ GEM guard-rspec (2.5.4) guard (>= 1.1) rspec (~> 2.11) - i18n (0.6.4) + i18n (0.6.5) listen (1.0.2) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) diff --git a/gitlab_git.gemspec b/gitlab_git.gemspec index 11877ef..7c15a47 100644 --- a/gitlab_git.gemspec +++ b/gitlab_git.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |s| s.homepage = 'http://rubygems.org/gems/gitlab_git' - s.add_dependency("github-linguist", "~> 2.3.4") + s.add_dependency("github-linguist", "~> 2.9.4") s.add_dependency("gitlab-grit", "~> 2.6.0") s.add_dependency("activesupport", "~> 3.2.13") end