Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-06-07 11:06:17 +0300
committerRémy Coutable <remy@rymai.me>2016-06-07 11:06:17 +0300
commit9e256de4ac33e284ceb88c6af410f87c5f51228d (patch)
tree1bc3f81527b0376159a7faba64d9f586c26b2be2 /Gemfile
parentd9f1fb164066171623fa236030b5559c56a06d0e (diff)
parent7900c035bf3f0cf96740227aebadbb3cad276ba0 (diff)
Merge branch 'license-finder-gem' into 'master'
License finder gem Every time a gem is added to the Gemfile, or a gem is updated with a new dependency or change of license, LicenseFinder will check to ensure that the license in use has been whitelisted for use in the project. GPLv2 and GPLv3 libraries are not allowed to be linked-to from non-GPL projects (e.g. the MIT-licensed GitLab CE or proprietary EE), otherwise we're violating the license. https://github.com/pivotal/LicenseFinder See also: gitlab-com/operations#164 See merge request !3775
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index fe02b2a65d6..9af2ac8a9c1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -306,6 +306,8 @@ group :development, :test do
gem 'bundler-audit', require: false
gem 'benchmark-ips', require: false
+
+ gem "license_finder", require: false
end
group :test do