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
|
2021-01-04 16:46:44 +05:30
|
|
|
@@ -51,9 +51,6 @@
|
|
|
|
gem 'rack-oauth2', '~> 1.9','>= 1.9.3'
|
|
|
|
gem 'jwt', '~> 2.1'
|
2019-12-04 21:39:59 +05:30
|
|
|
|
|
|
|
-# Kerberos authentication. EE-only
|
|
|
|
-gem 'gssapi', group: :kerberos
|
|
|
|
-
|
|
|
|
# Spam and anti-bot protection
|
|
|
|
gem 'recaptcha', '~> 4.11', require: 'recaptcha/rails'
|
2020-01-01 14:36:02 +05:30
|
|
|
gem 'akismet', '~> 3.0'
|
2021-01-04 16:46:44 +05:30
|
|
|
@@ -292,8 +289,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'
|
|
|
|
|
|
|
|
-gem "gitlab-license", "~> 1.0"
|
|
|
|
-
|
2019-12-26 22:33:15 +05:30
|
|
|
# Protect against bruteforcing
|
2020-05-24 23:50:06 +05:30
|
|
|
gem 'rack-attack', '~> 6.3'
|
2019-12-06 11:58:46 +05:30
|
|
|
|