summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-03-17 14:04:29 -0700
committerJohn Keiser <john@johnkeiser.com>2016-03-17 14:04:29 -0700
commitb1697957005ecf9702517ca76cda3fe4da6c7472 (patch)
tree0d93af4d3023767c38a01dd088ce0e5af10a55b2
parent17ca25869fd9e0ce0a4ec013a5dc39549ecaa6f7 (diff)
downloadchef-jk/chef-dk-compiled-ruby.tar.gz
Point at same branch as chefdkjk/chef-dk-compiled-ruby
-rw-r--r--omnibus/Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile
index 07d1e0c9f3..d410f86a54 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", git: "https://github.com/chef/omnibus.git", branch: "adamedx/omnibus-nosse"
+gem "omnibus-software", git: "https://github.com/chef/omnibus-software.git", branch: "jk/compiled-ruby"
# 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 .