debian-mirror-gitlab/debian/patches/0482-remove-ee-only-gems.patch
2021-04-17 20:43:06 +05:30

24 lines
510 B
Diff

This gem is used only in gitlab Enterprise Edition
--- a/Gemfile
+++ b/Gemfile
@@ -52,9 +52,6 @@
gem 'rack-oauth2', '~> 1.16'
gem 'jwt', '~> 2.1'
-# Kerberos authentication. EE-only
-gem 'gssapi', group: :kerberos
-
# Spam and anti-bot protection
gem 'recaptcha', '~> 4.11', require: 'recaptcha/rails'
gem 'akismet', '~> 3.0'
@@ -293,8 +290,6 @@
gem 'request_store', '~> 1.5'
gem 'base32', '~> 0.3.0'
-gem "gitlab-license", "~> 1.3"
-
# Protect against bruteforcing
gem 'rack-attack', '~> 6.3'