diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2019-09-19 14:31:39 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2019-09-19 14:31:39 -0700 |
commit | 18149561fd6cd1023add470af9be8e2d2d2b1654 (patch) | |
tree | 2ef9fbc9caf2483c5d95d292cabe572cecd9eb62 | |
parent | a3df6864772a9d309b10327d458d5588bcd29bbe (diff) | |
download | chef-18149561fd6cd1023add470af9be8e2d2d2b1654.tar.gz |
bump master Gemfile.lock + update expeditor tests
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r-- | .expeditor/verify.pipeline.yml | 4 | ||||
-rw-r--r-- | Gemfile.lock | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 96b1e8e81d..c45f2e9933 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -294,11 +294,11 @@ steps: # EXTERNAL GEM TESTING ######################################################################### -- label: "Test chef-sugar gem :ruby: 2.6" +- label: "Test chef-sugar-ng gem :ruby: 2.6" commands: - /workdir/scripts/bk_tests/bk_container_prep.sh - bundle install --jobs=3 --retry=3 --without omnibus_package docgen - - bundle exec tasks/bin/run_external_test sethvargo/chef-sugar master rake + - bundle exec tasks/bin/run_external_test chef/chef-sugar master rake expeditor: executor: docker: diff --git a/Gemfile.lock b/Gemfile.lock index a9925029ce..6e55024edc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GIT GIT remote: https://github.com/chef/ohai.git - revision: 9982b1e62ed1afb8db57349f536da3fed759749f + revision: 12d0d485b09a003500feb8c5f4078f9ba8f119a9 branch: master specs: ohai (15.3.1) @@ -307,7 +307,7 @@ GEM rubyzip (1.2.4) safe_yaml (1.0.5) semverse (3.0.0) - simplecov (0.17.0) + simplecov (0.17.1) docile (~> 1.1) json (>= 1.8, < 3) simplecov-html (~> 0.10.0) @@ -359,7 +359,7 @@ GEM unicode-display_width (1.6.0) unicode_utils (1.4.0) uuidtools (2.1.5) - webmock (3.7.2) + webmock (3.7.5) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) |