summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-01 12:37:08 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-01 12:37:08 +0200
commit7927c320e80cad1ffbcdbc31cebce5d3dd92add7 (patch)
tree7c74b79674eb8f75bb3512d441ac0bf7a3622ef8
parented7f42fd5c494efcf61655e8b1aff7e9ccbf5377 (diff)
downloadgitlab-ce-7927c320e80cad1ffbcdbc31cebce5d3dd92add7.tar.gz
Exmplain gitlab-linguist fork existence
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 35f6b42f879..d81b3252dcc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -57,6 +57,10 @@ gem 'gitlab_omniauth-ldap', '1.2.1', require: "omniauth-ldap"
gem 'gollum-lib', '~> 4.0.2'
# Language detection
+# Our fork of linguist does not require pygments/python dependency.
+# New version of original gem also dropped pygments support but it has strict
+# dependency to unstable rugged version. We have internal issue for replacing
+# fork with original gem when we meet on same rugged version - https://dev.gitlab.org/gitlab/gitlabhq/issues/2052.
gem "gitlab-linguist", "~> 3.0.1", require: "linguist"
# API