summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2018-10-15 18:00:59 +0100
committerNick Thomas <nick@gitlab.com>2018-10-16 12:53:30 +0100
commitc7be9f5cacadf196754159515a20d4ec31cff5f1 (patch)
tree1be69619aa281818b48bd48f895f9a86d9b8b24f /Gemfile
parent27e9ed7a4ce2b1d97b7b8093ecde02f7c591349b (diff)
downloadgitlab-ce-c7be9f5cacadf196754159515a20d4ec31cff5f1.tar.gz
Remove a dependency on gitlab-gollum-lib
Removing this dependency also allows us to remove a transitive dependency on gitlab_grit - which is the whole point of this exercise. I don't think we can EOL gitlab_grit until it's removed as a dependency from gitaly-ruby, but this at least gets it out of gitlab-ce.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index 590ed17508e..c8f65701609 100644
--- a/Gemfile
+++ b/Gemfile
@@ -79,10 +79,6 @@ gem 'gpgme'
gem 'gitlab_omniauth-ldap', '~> 2.0.4', require: 'omniauth-ldap'
gem 'net-ldap'
-# Git Wiki
-# Only used to compute wiki page slugs
-gem 'gitlab-gollum-lib', '~> 4.2', require: false
-
# API
gem 'grape', '~> 1.1'
gem 'grape-entity', '~> 0.7.1'