diff options
author | Tom Duffield <tom@chef.io> | 2018-02-08 15:12:32 -0600 |
---|---|---|
committer | Tom Duffield <tom@chef.io> | 2018-02-08 15:12:32 -0600 |
commit | bc987de77f8cca13131a4a17d9bd20dec700606d (patch) | |
tree | 739ae0af9246f5278001143ef4de1e01a4677bcc /omnibus/Gemfile | |
parent | 8a361fbc44402e38b9eac6815c09456211ee0966 (diff) | |
download | chef-bc987de77f8cca13131a4a17d9bd20dec700606d.tar.gz |
Use the license_scout that comes with Omnibus gemtduffield/license_scout/pin-to-1.x
Signed-off-by: Tom Duffield <tom@chef.io>
Diffstat (limited to 'omnibus/Gemfile')
-rw-r--r-- | omnibus/Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile index 652a6e69b8..dbf7409032 100644 --- a/omnibus/Gemfile +++ b/omnibus/Gemfile @@ -2,7 +2,6 @@ source "https://rubygems.org" gem "omnibus", git: "https://github.com/chef/omnibus" gem "omnibus-software", git: "https://github.com/chef/omnibus-software" -gem "license_scout", git: "https://github.com/chef/license_scout" gem "pedump" |