Remove gitlab-license gem from Gemfile (EE only)

This commit is contained in:
Pirate Praveen 2019-12-06 11:58:46 +05:30
parent b33ac019af
commit 4d2550e06a

View file

@ -10,3 +10,12 @@
# 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'