23 lines
521 B
Diff
23 lines
521 B
Diff
This gem is used only in gitlab Enterprise Edition
|
|
|
|
--- a/Gemfile
|
|
+++ b/Gemfile
|
|
@@ -48,9 +48,6 @@
|
|
gem 'rack-oauth2', '~> 1.9', '>= 1.9.3'
|
|
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'
|
|
@@ -291,8 +288,6 @@
|
|
gem 'request_store', '~> 1.5'
|
|
gem 'base32', '~> 0.3.0'
|
|
|
|
-gem "gitlab-license", "~> 1.0"
|
|
-
|
|
# Protect against bruteforcing
|
|
gem 'rack-attack', '~> 6.3'
|
|
|