Use linguist from rubygems
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
3975434802
commit
74f1da10d1
2 changed files with 10 additions and 16 deletions
4
Gemfile
4
Gemfile
|
@ -29,7 +29,7 @@ gem 'omniauth-github'
|
||||||
|
|
||||||
# Extracting information from a git repository
|
# Extracting information from a git repository
|
||||||
# Provide access to Gitlab::Git library
|
# Provide access to Gitlab::Git library
|
||||||
gem "gitlab_git", "~> 4.1.0"
|
gem "gitlab_git", "~> 5.0.0"
|
||||||
|
|
||||||
# Ruby/Rack Git Smart-HTTP Server Handler
|
# Ruby/Rack Git Smart-HTTP Server Handler
|
||||||
gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack'
|
gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack'
|
||||||
|
@ -41,7 +41,7 @@ gem 'gitlab_omniauth-ldap', '1.0.3', require: "omniauth-ldap"
|
||||||
gem "gitlab-gollum-lib", "~> 1.1.0", require: 'gollum-lib'
|
gem "gitlab-gollum-lib", "~> 1.1.0", require: 'gollum-lib'
|
||||||
|
|
||||||
# Language detection
|
# Language detection
|
||||||
gem "gitlab-linguist", "~> 2.9.6", require: "linguist", git: 'https://gitlab.com/gitlab-org/linguist.git', ref: 'b337f7013333863503a8a7894cceb568478fda66'
|
gem "gitlab-linguist", "~> 3.0.0", require: "linguist"
|
||||||
|
|
||||||
# API
|
# API
|
||||||
gem "grape", "~> 0.6.1"
|
gem "grape", "~> 0.6.1"
|
||||||
|
|
22
Gemfile.lock
22
Gemfile.lock
|
@ -5,16 +5,6 @@ GIT
|
||||||
specs:
|
specs:
|
||||||
github-markup (0.7.6)
|
github-markup (0.7.6)
|
||||||
|
|
||||||
GIT
|
|
||||||
remote: https://gitlab.com/gitlab-org/linguist.git
|
|
||||||
revision: b337f7013333863503a8a7894cceb568478fda66
|
|
||||||
ref: b337f7013333863503a8a7894cceb568478fda66
|
|
||||||
specs:
|
|
||||||
gitlab-linguist (2.9.6)
|
|
||||||
charlock_holmes (~> 0.6.6)
|
|
||||||
escape_utils (~> 0.2.4)
|
|
||||||
mime-types (~> 1.19)
|
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
@ -182,10 +172,14 @@ GEM
|
||||||
diff-lcs (~> 1.1)
|
diff-lcs (~> 1.1)
|
||||||
mime-types (~> 1.15)
|
mime-types (~> 1.15)
|
||||||
posix-spawn (~> 0.3.6)
|
posix-spawn (~> 0.3.6)
|
||||||
gitlab_git (4.1.0)
|
gitlab-linguist (3.0.0)
|
||||||
|
charlock_holmes (~> 0.6.6)
|
||||||
|
escape_utils (~> 0.2.4)
|
||||||
|
mime-types (~> 1.19)
|
||||||
|
gitlab_git (5.0.0)
|
||||||
activesupport (~> 4.0.0)
|
activesupport (~> 4.0.0)
|
||||||
gitlab-grit (~> 2.6.1)
|
gitlab-grit (~> 2.6.1)
|
||||||
gitlab-linguist (~> 2.9.5)
|
gitlab-linguist (~> 3.0.0)
|
||||||
gitlab_meta (6.0)
|
gitlab_meta (6.0)
|
||||||
gitlab_omniauth-ldap (1.0.3)
|
gitlab_omniauth-ldap (1.0.3)
|
||||||
net-ldap (~> 0.3.1)
|
net-ldap (~> 0.3.1)
|
||||||
|
@ -579,8 +573,8 @@ DEPENDENCIES
|
||||||
gitlab-flowdock-git-hook (~> 0.4.2)
|
gitlab-flowdock-git-hook (~> 0.4.2)
|
||||||
gitlab-gollum-lib (~> 1.1.0)
|
gitlab-gollum-lib (~> 1.1.0)
|
||||||
gitlab-grack (~> 2.0.0.pre)
|
gitlab-grack (~> 2.0.0.pre)
|
||||||
gitlab-linguist (~> 2.9.6)!
|
gitlab-linguist (~> 3.0.0)
|
||||||
gitlab_git (~> 4.1.0)
|
gitlab_git (~> 5.0.0)
|
||||||
gitlab_meta (= 6.0)
|
gitlab_meta (= 6.0)
|
||||||
gitlab_omniauth-ldap (= 1.0.3)
|
gitlab_omniauth-ldap (= 1.0.3)
|
||||||
gon (~> 5.0.0)
|
gon (~> 5.0.0)
|
||||||
|
|
Loading…
Reference in a new issue