diff --git a/www/gitlab-ce/files/extra-patch-Gemfile-kerberos-off b/www/gitlab-ce/files/extra-patch-Gemfile-kerberos-off --- a/www/gitlab-ce/files/extra-patch-Gemfile-kerberos-off +++ b/www/gitlab-ce/files/extra-patch-Gemfile-kerberos-off @@ -1,9 +1,9 @@ --- Gemfile.orig +++ Gemfile -@@ -60,7 +60,7 @@ +@@ -79,7 +79,7 @@ # Kerberos authentication. EE-only - gem 'gssapi', group: :kerberos + gem 'gssapi', '~> 1.3.1', group: :kerberos -gem 'timfel-krb5-auth', '~> 0.8', group: :kerberos +#gem 'timfel-krb5-auth', '~> 0.8', group: :kerberos