summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-04-05 16:56:04 -0700
committerJohn Keiser <john@johnkeiser.com>2016-04-05 16:56:04 -0700
commit60155051067c0ce1467cd4b7771b59542c9ed99b (patch)
tree7710a95082b3544c4733e096f7baad9cfff8979b
parent5d1a312bbbfc651d4ee4dce1e8fe923002c8aaea (diff)
downloadchef-jk/rubygems-new.tar.gz
Point at rubygems branchjk/rubygems-new
-rw-r--r--omnibus/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile
index 295fb2f490..65aaa6bbe4 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/rubygems-cache"
# 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 .