debian-mirror-gitlab/debian/patches/0482-remove-ee-only-gems.patch
2019-12-06 11:58:46 +05:30

21 lines
460 B
Diff

--- 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', '~> 2.0'
@@ -283,8 +280,6 @@
gem 'request_store', '~> 1.3'
gem 'base32', '~> 0.3.0'
-gem "gitlab-license", "~> 1.0"
-
# Sentry integration
gem 'sentry-raven', '~> 2.9'