summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Hain <shain@chef.io>2016-04-04 15:26:04 -0700
committerScott Hain <shain@chef.io>2016-04-04 15:26:04 -0700
commit1446ee9adc2f390b4ecdfa28465ef1dc0f1e53a5 (patch)
tree0881021553eba42877207377a8f6e248548d60b0
parent90cf8d0a1c64bea5c06bf1957c8e84ebdbf66dd2 (diff)
downloadchef-1446ee9adc2f390b4ecdfa28465ef1dc0f1e53a5.tar.gz
Testing power updates
-rw-r--r--omnibus/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile
index 0b076825fc..89fed41c8d 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: "cperry/ibm-porting"
# 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 .