debian-mirror-gitlab/debian/patches/Gemfile/0090-remove-ee-only-gems.patch
2022-10-18 15:59:10 +05:30

21 lines
462 B
Diff

This gem is used only in gitlab Enterprise Edition
--- a/Gemfile
+++ b/Gemfile
@@ -63,7 +63,6 @@
gem 'jwt', '~> 2.1'
# Kerberos authentication. EE-only
-gem 'gssapi', group: :kerberos
gem 'timfel-krb5-auth', '~> 0.8', group: :kerberos
# Spam and anti-bot protection
@@ -303,8 +302,6 @@
gem 'request_store', '~> 1.5'
gem 'base32', '~> 0.3.0'
-gem 'gitlab-license', '~> 2.2','>= 2.2.1'
-
# Protect against bruteforcing
gem 'rack-attack', '~> 6.6'