diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-03-03 12:30:39 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2017-03-03 12:30:39 -0800 |
commit | 42864f6fadfb4687e70025b3dc24621b223ef6e7 (patch) | |
tree | e7f0ae8e1bcec22496386ffeeeaa075e218c70e2 /omnibus | |
parent | f2d0cdc88630488a1d8d05eef934c10d1f6564f0 (diff) | |
download | chef-42864f6fadfb4687e70025b3dc24621b223ef6e7.tar.gz |
forgot to run the rake task to update deps
now the build should be fixed.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'omnibus')
-rw-r--r-- | omnibus/Gemfile.lock | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index cd9e9c0aa3..3d8b9c0bb3 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -1,5 +1,13 @@ GIT - remote: http://github.com/chef/omnibus + remote: https://github.com/chef/license_scout + revision: 585fed5d3948667466b3ea3ff9cf56a4f7f195c9 + specs: + license_scout (0.1.2) + ffi-yajl (~> 2.2) + mixlib-shellout (~> 2.2) + +GIT + remote: https://github.com/chef/omnibus revision: dce5283a85a44484a66a8a84991beba92e46fd12 branch: rhass/COOL-502_with_gcc_investigate specs: @@ -16,14 +24,6 @@ GIT thor (~> 0.18) GIT - remote: https://github.com/chef/license_scout - revision: 585fed5d3948667466b3ea3ff9cf56a4f7f195c9 - specs: - license_scout (0.1.2) - ffi-yajl (~> 2.2) - mixlib-shellout (~> 2.2) - -GIT remote: https://github.com/chef/omnibus-software revision: 086710002ec0054b3d240d14ca04d11163f528aa branch: shain/ruby_windows_monster @@ -266,4 +266,4 @@ DEPENDENCIES winrm-fs (~> 1.0) BUNDLED WITH - 1.13.4 + 1.13.6 |