2020-04-13 13:49:04 +05:30
|
|
|
This gem is used only in gitlab Enterprise Edition
|
|
|
|
|
2019-12-04 21:39:59 +05:30
|
|
|
--- a/Gemfile
|
|
|
|
+++ b/Gemfile
|
2022-08-13 16:00:24 +05:30
|
|
|
@@ -60,7 +60,6 @@
|
2021-01-04 16:46:44 +05:30
|
|
|
gem 'jwt', '~> 2.1'
|
2019-12-04 21:39:59 +05:30
|
|
|
|
2022-07-16 23:52:05 +05:30
|
|
|
# Kerberos authentication. EE-only
|
2019-12-04 21:39:59 +05:30
|
|
|
-gem 'gssapi', group: :kerberos
|
2022-07-16 23:52:05 +05:30
|
|
|
gem 'timfel-krb5-auth', '~> 0.8', group: :kerberos
|
|
|
|
|
2019-12-04 21:39:59 +05:30
|
|
|
# Spam and anti-bot protection
|
2022-08-13 16:00:24 +05:30
|
|
|
@@ -298,8 +297,6 @@
|
2020-05-24 23:50:06 +05:30
|
|
|
gem 'request_store', '~> 1.5'
|
2019-12-06 11:58:46 +05:30
|
|
|
gem 'base32', '~> 0.3.0'
|
|
|
|
|
2022-08-27 14:03:50 +05:30
|
|
|
-gem 'gitlab-license', '~> 2.2','>= 2.2.1'
|
2019-12-06 11:58:46 +05:30
|
|
|
-
|
2019-12-26 22:33:15 +05:30
|
|
|
# Protect against bruteforcing
|
2022-07-29 18:21:45 +05:30
|
|
|
gem 'rack-attack', '~> 6.6'
|
2019-12-06 11:58:46 +05:30
|
|
|
|