summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-03-24 13:46:48 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2016-03-24 13:46:48 -0700
commit1bd353b3d87c93774d085a8d9c1cd43cc8c088ea (patch)
treee6784dd72327f8d298df7c360bc583ef909452ed
parentfb2c03d2c5509b7781f32278a872f39fd7f426b1 (diff)
downloadchef-lcg/stop-cursing.tar.gz
fuck yeah...lcg/stop-cursing
-rw-r--r--omnibus/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile
index 07d1e0c9f3..8a3489c266 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: "lcg/stop-cursing"
# 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 .