debian-mirror-gitlab/debian/patches/Gemfile/0090-remove-ee-only-gems.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
562 B
Diff
Raw Normal View History

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
2023-05-08 11:25:58 +05:30
@@ -81,7 +81,7 @@ gem 'rack-oauth2', '~> 1.21', '>= 1.21.3
gem 'jwt', '~> 2.1'
2019-12-04 21:39:59 +05:30
2022-07-16 23:52:05 +05:30
# Kerberos authentication. EE-only
2023-05-08 11:25:58 +05:30
-gem 'gssapi', '~> 1.3.1', 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
2023-05-08 11:25:58 +05:30
@@ -329,7 +329,7 @@ gem 'gon', '~> 6.4'
gem 'request_store', '~> 1.5', '>= 1.5.1'
gem 'base32', '~> 0.3.0'
2023-05-08 11:25:58 +05:30
-gem 'gitlab-license', '~> 2.2', '>= 2.2.1'
+
2023-05-08 11:25:58 +05:30
# Protect against bruteforcing
gem 'rack-attack', '~> 6.6', '>= 6.6.1'