diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-03-24 13:46:48 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-03-24 13:46:48 -0700 |
commit | 1bd353b3d87c93774d085a8d9c1cd43cc8c088ea (patch) | |
tree | e6784dd72327f8d298df7c360bc583ef909452ed | |
parent | fb2c03d2c5509b7781f32278a872f39fd7f426b1 (diff) | |
download | chef-lcg/stop-cursing.tar.gz |
fuck yeah...lcg/stop-cursing
-rw-r--r-- | omnibus/Gemfile | 2 |
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 . |