debian-mirror-gitlab/debian/patches/Gemfile/0090-remove-ee-only-gems.patch
2023-06-20 11:34:45 +05:30

22 lines
522 B
Diff

This gem is used only in gitlab Enterprise Edition
--- a/Gemfile
+++ b/Gemfile
@@ -74,7 +74,7 @@ gem 'rack-oauth2', '~> 1.21.3'
gem 'jwt', '~> 2.5'
# Kerberos authentication. EE-only
-gem 'gssapi', '~> 1.3.1', group: :kerberos
+
gem 'timfel-krb5-auth', '~> 0.8', group: :kerberos
# Spam and anti-bot protection
@@ -325,7 +325,6 @@ gem 'gon', '~> 6.4.0'
gem 'request_store', '~> 1.5.1'
gem 'base32', '~> 0.3.0'
-gem 'gitlab-license', '~> 2.2.1'
# Protect against bruteforcing
gem 'rack-attack', '~> 6.6.1'