From b51b14507c06ed898ae4a63ffda0e84ca40342d3 Mon Sep 17 00:00:00 2001 From: Connor Shea Date: Sun, 17 Apr 2016 15:35:18 -0600 Subject: 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 --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Gemfile') 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 -- cgit v1.2.1