Commit 74f1da10d1e6923c347426de9603df7bd8919e09

Authored by Dmitriy Zaporozhets
1 parent 39754348

Use linguist from rubygems

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 2 changed files with 10 additions and 16 deletions   Show diff stats
@@ -29,7 +29,7 @@ gem &#39;omniauth-github&#39; @@ -29,7 +29,7 @@ gem &#39;omniauth-github&#39;
29 29
30 # Extracting information from a git repository 30 # Extracting information from a git repository
31 # Provide access to Gitlab::Git library 31 # Provide access to Gitlab::Git library
32 -gem "gitlab_git", "~> 4.1.0" 32 +gem "gitlab_git", "~> 5.0.0"
33 33
34 # Ruby/Rack Git Smart-HTTP Server Handler 34 # Ruby/Rack Git Smart-HTTP Server Handler
35 gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' 35 gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack'
@@ -41,7 +41,7 @@ gem &#39;gitlab_omniauth-ldap&#39;, &#39;1.0.3&#39;, require: &quot;omniauth-ldap&quot; @@ -41,7 +41,7 @@ gem &#39;gitlab_omniauth-ldap&#39;, &#39;1.0.3&#39;, require: &quot;omniauth-ldap&quot;
41 gem "gitlab-gollum-lib", "~> 1.1.0", require: 'gollum-lib' 41 gem "gitlab-gollum-lib", "~> 1.1.0", require: 'gollum-lib'
42 42
43 # Language detection 43 # Language detection
44 -gem "gitlab-linguist", "~> 2.9.6", require: "linguist", git: 'https://gitlab.com/gitlab-org/linguist.git', ref: 'b337f7013333863503a8a7894cceb568478fda66' 44 +gem "gitlab-linguist", "~> 3.0.0", require: "linguist"
45 45
46 # API 46 # API
47 gem "grape", "~> 0.6.1" 47 gem "grape", "~> 0.6.1"
@@ -5,16 +5,6 @@ GIT @@ -5,16 +5,6 @@ GIT
5 specs: 5 specs:
6 github-markup (0.7.6) 6 github-markup (0.7.6)
7 7
8 -GIT  
9 - remote: https://gitlab.com/gitlab-org/linguist.git  
10 - revision: b337f7013333863503a8a7894cceb568478fda66  
11 - ref: b337f7013333863503a8a7894cceb568478fda66  
12 - specs:  
13 - gitlab-linguist (2.9.6)  
14 - charlock_holmes (~> 0.6.6)  
15 - escape_utils (~> 0.2.4)  
16 - mime-types (~> 1.19)  
17 -  
18 GEM 8 GEM
19 remote: https://rubygems.org/ 9 remote: https://rubygems.org/
20 specs: 10 specs:
@@ -182,10 +172,14 @@ GEM @@ -182,10 +172,14 @@ GEM
182 diff-lcs (~> 1.1) 172 diff-lcs (~> 1.1)
183 mime-types (~> 1.15) 173 mime-types (~> 1.15)
184 posix-spawn (~> 0.3.6) 174 posix-spawn (~> 0.3.6)
185 - gitlab_git (4.1.0) 175 + gitlab-linguist (3.0.0)
  176 + charlock_holmes (~> 0.6.6)
  177 + escape_utils (~> 0.2.4)
  178 + mime-types (~> 1.19)
  179 + gitlab_git (5.0.0)
186 activesupport (~> 4.0.0) 180 activesupport (~> 4.0.0)
187 gitlab-grit (~> 2.6.1) 181 gitlab-grit (~> 2.6.1)
188 - gitlab-linguist (~> 2.9.5) 182 + gitlab-linguist (~> 3.0.0)
189 gitlab_meta (6.0) 183 gitlab_meta (6.0)
190 gitlab_omniauth-ldap (1.0.3) 184 gitlab_omniauth-ldap (1.0.3)
191 net-ldap (~> 0.3.1) 185 net-ldap (~> 0.3.1)
@@ -579,8 +573,8 @@ DEPENDENCIES @@ -579,8 +573,8 @@ DEPENDENCIES
579 gitlab-flowdock-git-hook (~> 0.4.2) 573 gitlab-flowdock-git-hook (~> 0.4.2)
580 gitlab-gollum-lib (~> 1.1.0) 574 gitlab-gollum-lib (~> 1.1.0)
581 gitlab-grack (~> 2.0.0.pre) 575 gitlab-grack (~> 2.0.0.pre)
582 - gitlab-linguist (~> 2.9.6)!  
583 - gitlab_git (~> 4.1.0) 576 + gitlab-linguist (~> 3.0.0)
  577 + gitlab_git (~> 5.0.0)
584 gitlab_meta (= 6.0) 578 gitlab_meta (= 6.0)
585 gitlab_omniauth-ldap (= 1.0.3) 579 gitlab_omniauth-ldap (= 1.0.3)
586 gon (~> 5.0.0) 580 gon (~> 5.0.0)