Use linguist from rubygems
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
... | @@ -29,7 +29,7 @@ gem 'omniauth-github' | ... | @@ -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" | ... | @@ -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" | ||
... | ... |
Please register or sign in to comment