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.
Showing
... | ... | @@ -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' | ||
... | ... |
Please register or sign in to comment