summaryrefslogtreecommitdiff
path: root/omnibus/Gemfile
diff options
context:
space:
mode:
authorSerdar Sutay <serdarsutay@gmail.com>2016-08-10 12:54:14 -0700
committerSerdar Sutay <serdarsutay@gmail.com>2016-08-16 17:10:58 -0700
commit27dbf651e849b711a8f607631c6466c96309eb8c (patch)
tree25c0eea1ac024c20f835a579e12e6bb53c760d3d /omnibus/Gemfile
parentba819110a6643d1f65e6b20650e5c8905b083aa8 (diff)
downloadchef-27dbf651e849b711a8f607631c6466c96309eb8c.tar.gz
Pick up omnibus and omnibus-software that supports including licensing information of transitive dependencies in the omnibus package.sersut/transitive-dep-licensing
Diffstat (limited to 'omnibus/Gemfile')
-rw-r--r--omnibus/Gemfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile
index 3f2de9d41a..12b6171271 100644
--- a/omnibus/Gemfile
+++ b/omnibus/Gemfile
@@ -1,7 +1,8 @@
source "https://rubygems.org"
-gem "omnibus", github: "chef/omnibus", branch: "ksubrama/gcc_investigate"
-gem "omnibus-software", github: "chef/omnibus-software", branch: "ksubrama/ruby23"
+gem "omnibus", github: "chef/omnibus", branch: "sersut/ff-ksubrama/gcc_investigate"
+gem "omnibus-software", github: "chef/omnibus-software", branch: "sersut/ff-ksubrama/ruby23"
+gem "license_scout", github: "chef/license_scout"
# pedump pessimistically pins multipart-post to a version from 2013 which makes
# bundler very unhappy. Remove this when upstream has merged zed-0xff/pedump#6 .