summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-04-17 15:35:18 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-06-06 13:39:36 -0600
commitb51b14507c06ed898ae4a63ffda0e84ca40342d3 (patch)
tree82c0143ff99678f4d10ac86b57ea497609eda998 /Gemfile
parent0ba21860c5ca3df1a1aca916cb0094802e76fd75 (diff)
downloadgitlab-ce-b51b14507c06ed898ae4a63ffda0e84ca40342d3.tar.gz
Add License Finder gem.
In order to rehost all our gems in our own gem host, we need to have the legal rights to do so for every gem should they be taken down from RubyGems. License Finder automates checking of gems to ensure that we're in the clear legally. Approved the MIT License because it essentially allows us to do "whatever" with those gems. I am not a lawyer. https://github.com/pivotal/LicenseFinder
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 38ff536fd71..51ef0bd1b4d 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