summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Hain <shain@chef.io>2016-03-14 15:50:08 -0700
committerScott Hain <shain@chef.io>2016-03-14 15:50:08 -0700
commit748f3c0c3119ef19fae760cb50facccb44e8c341 (patch)
tree6cdb41456cbcfe03e710ffd2bea5d3bd837c3942
parent3f07943715c31dd328dd104bba90d103b744323b (diff)
downloadchef-shain/test_git_compilation.tar.gz
Test git compilation styleshain/test_git_compilation
-rw-r--r--omnibus/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile
index 07d1e0c9f3..9e7f00c977 100644
--- a/omnibus/Gemfile
+++ b/omnibus/Gemfile
@@ -1,7 +1,7 @@
source "https://rubygems.org"
gem "omnibus", git: "https://github.com/chef/omnibus.git"
-gem "omnibus-software", git: "https://github.com/chef/omnibus-software.git"
+gem "omnibus-software", git: "https://github.com/chef/omnibus-software.git", branch: "shain/test_git_def"
# 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 .