Remove EE only gems from Gemfile

This commit is contained in:
Pirate Praveen 2019-12-04 21:39:59 +05:30
parent f3a1a07aaa
commit 7104481907
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,12 @@
--- 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'

View file

@ -10,6 +10,7 @@
0470-relax-bootsnap.patch
0480-embed-snowplow-tracker.patch
0481-relax-contracts-dependency-of-snowplow.patch
0482-remove-ee-only-gems.patch
0500-set-webpack-root.patch
0510-remove-dev-dependencies.patch
0520-add-system-lib-path-for-webpack.patch