diff --git a/www/gitlab/files/extra-patch-Gemfile-kerberos-off b/www/gitlab/files/extra-patch-Gemfile-kerberos-off index b6cbffee72e0..7aa7aae469eb 100644 --- a/www/gitlab/files/extra-patch-Gemfile-kerberos-off +++ b/www/gitlab/files/extra-patch-Gemfile-kerberos-off @@ -1,11 +1,11 @@ --- Gemfile.orig +++ Gemfile -@@ -96,7 +96,7 @@ +@@ -120,7 +120,7 @@ gem 'gssapi', '~> 1.3.1', group: :kerberos, feature_ca # Kerberos authentication. EE-only - gem 'gssapi', '~> 1.3.1', group: :kerberos # rubocop:todo Gemfile/MissingFeatureCategory --gem 'timfel-krb5-auth', '~> 0.8', group: :kerberos # rubocop:todo Gemfile/MissingFeatureCategory -+#gem 'timfel-krb5-auth', '~> 0.8', group: :kerberos # rubocop:todo Gemfile/MissingFeatureCategory + gem 'gssapi', '~> 1.3.1', group: :kerberos, feature_category: :system_access +-gem 'timfel-krb5-auth', '~> 0.8', group: :kerberos, feature_category: :system_access ++#gem 'timfel-krb5-auth', '~> 0.8', group: :kerberos, feature_category: :system_access # Spam and anti-bot protection - gem 'recaptcha', '~> 5.12', require: 'recaptcha/rails' # rubocop:todo Gemfile/MissingFeatureCategory + gem 'recaptcha', '~> 5.12', require: 'recaptcha/rails', feature_category: :insider_threat