diff options
author | John Keiser <john@johnkeiser.com> | 2016-07-29 10:23:49 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-08-03 14:16:47 -0700 |
commit | c7b884a820cb975095eab099ecbde9aa70cb0f99 (patch) | |
tree | d98ad0c0b0d20447c8d86559fef8d148cbc4453d /omnibus/Gemfile | |
parent | bd2dfa481e7525e1c4a64450a6b018a0b1fcd3f9 (diff) | |
download | chef-c7b884a820cb975095eab099ecbde9aa70cb0f99.tar.gz |
Update omnibus and omnibus-software to correct branches
Diffstat (limited to 'omnibus/Gemfile')
-rw-r--r-- | omnibus/Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile index 3e19adfb39..3f2de9d41a 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", github: "chef/omnibus", branch: "ksubrama/gcc_investigate" +gem "omnibus-software", github: "chef/omnibus-software", branch: "ksubrama/ruby23" # 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 . |