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

22 lines
469 B
Diff
Raw Normal View History

2019-12-04 21:39:59 +05:30
--- a/Gemfile
+++ b/Gemfile
2020-01-01 14:36:02 +05:30
@@ -49,9 +49,6 @@
2019-12-04 21:39:59 +05:30
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'
2020-01-01 14:36:02 +05:30
gem 'akismet', '~> 3.0'
@@ -282,8 +279,6 @@
gem 'request_store', '~> 1.3'
gem 'base32', '~> 0.3.0'
-gem "gitlab-license", "~> 1.0"
-
2019-12-26 22:33:15 +05:30
# Protect against bruteforcing
gem 'rack-attack', '~> 6.2'