summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaymala Sinha <jsinha@chef.io>2016-03-25 13:11:36 -0400
committerJaymala Sinha <jsinha@chef.io>2016-03-25 13:11:36 -0400
commit8c7852e2dcab0570402edeca653e43bcd950cb41 (patch)
treea2226c43a15b6f8a1e6918c898812f233f03301b
parenteaa669175bd68c1de5e125d2a4a5f81b4a557dc2 (diff)
downloadchef-jsinha/tk_test.tar.gz
Updated Gemfile with shain/solaris_11 for omnibus-softwarejsinha/tk_test
-rw-r--r--omnibus/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile
index 07d1e0c9f3..8bf54b111d 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/solaris_11"
# 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 .