diff options
author | John Keiser <john@johnkeiser.com> | 2016-07-29 10:23:49 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-08-03 10:39:52 -0700 |
commit | f98a0f4cc929fefe77d4ee0e9d11ed87b40409f6 (patch) | |
tree | 70ef3260d2ccf8df984c7cf556b630498e25d4b5 | |
parent | d3e0c63143f4626335e3a5450c8450200d57fc20 (diff) | |
download | chef-f98a0f4cc929fefe77d4ee0e9d11ed87b40409f6.tar.gz |
Update omnibus and omnibus-software to correct branches
-rw-r--r-- | omnibus/Gemfile | 4 | ||||
-rw-r--r-- | omnibus/Gemfile.lock | 10 |
2 files changed, 8 insertions, 6 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 . diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index a414225c4c..560f8000be 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -1,14 +1,16 @@ GIT - remote: https://github.com/chef/omnibus-software.git - revision: f0de110b280a1b6a70493c984565dc56cce9a1e7 + remote: git://github.com/chef/omnibus-software.git + revision: f9938ad5b52b79b6b8960f33cd2670608b499e3d + branch: ksubrama/ruby23 specs: omnibus-software (4.0.0) chef-sugar (>= 3.4.0) omnibus (>= 5.2.0) GIT - remote: https://github.com/chef/omnibus.git - revision: 184c3f7916f0deed7f1b25ecc755c332729fc2a8 + remote: git://github.com/chef/omnibus.git + revision: 11f56485e3013ef503ac702fa438270467ae1b8c + branch: ksubrama/gcc_investigate specs: omnibus (5.4.0) aws-sdk (~> 2) |