Remove EE only gems from Gemfile
This commit is contained in:
parent
f3a1a07aaa
commit
7104481907
2 changed files with 13 additions and 0 deletions
12
debian/patches/0482-remove-ee-only-gems.patch
vendored
Normal file
12
debian/patches/0482-remove-ee-only-gems.patch
vendored
Normal 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'
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -10,6 +10,7 @@
|
||||||
0470-relax-bootsnap.patch
|
0470-relax-bootsnap.patch
|
||||||
0480-embed-snowplow-tracker.patch
|
0480-embed-snowplow-tracker.patch
|
||||||
0481-relax-contracts-dependency-of-snowplow.patch
|
0481-relax-contracts-dependency-of-snowplow.patch
|
||||||
|
0482-remove-ee-only-gems.patch
|
||||||
0500-set-webpack-root.patch
|
0500-set-webpack-root.patch
|
||||||
0510-remove-dev-dependencies.patch
|
0510-remove-dev-dependencies.patch
|
||||||
0520-add-system-lib-path-for-webpack.patch
|
0520-add-system-lib-path-for-webpack.patch
|
||||||
|
|
Loading…
Reference in a new issue