summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-02-11 16:22:11 -0800
committerJohn Keiser <john@johnkeiser.com>2016-03-01 13:32:48 -0800
commita3738ab99227cd7b9478a42399779c9922d9020e (patch)
tree3d3ee2364c35cdb6b1edacdb41a43704d65d3bf1
parent8b94d2346158f42e37ae0f54f65710e3122e8098 (diff)
downloadchef-jk/update-all-the-things.tar.gz
Bring in all the updated versions of stuffjk/update-all-the-things
-rw-r--r--omnibus/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile
index 07d1e0c9f3..d635d61e63 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: "jk/bump-versions"
# 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 .