summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaymala Sinha <jsinha@chef.io>2016-03-25 15:19:10 -0400
committerJaymala Sinha <jsinha@chef.io>2016-03-25 15:19:10 -0400
commit99f0a682a8e84b0f45f6a0b70a52fcc4a80c98d8 (patch)
treec369c89e27c492aaee3bfbcee591268b77ab0a44
parent8c7852e2dcab0570402edeca653e43bcd950cb41 (diff)
downloadchef-jsinha/test_sol11.tar.gz
Updated Gemfile with shain/solaris_11 for omnibusjsinha/test_sol11
-rw-r--r--omnibus/Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile
index 8bf54b111d..4ace43e4dc 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", branch: "shain/solaris_11"
+gem "omnibus", git: "https://github.com/chef/omnibus.git", branch: "shain/solaris_11"
+gem "omnibus-software", git: "https://github.com/chef/omnibus-software.git"
# 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 .