From 6361f9310a3136603e935870020f0fb807218d07 Mon Sep 17 00:00:00 2001 From: Michael Russell Date: Thu, 1 Feb 2018 13:57:10 +0100 Subject: [PATCH] Update testing gems to latest version --- Gemfile | 6 +++--- Gemfile.lock | 61 +++++++++++++++++++++++++++++++++++++++------------- 2 files changed, 49 insertions(+), 18 deletions(-) diff --git a/Gemfile b/Gemfile index 19ff394..5dac49d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'test-kitchen', '1.17.0' +gem 'test-kitchen', '1.20.0' gem 'kitchen-docker', '2.6.0' -gem 'kitchen-ansible', '0.47.3' -gem 'net-ssh', '4.1.0' +gem 'kitchen-ansible', '0.48.1' +gem 'net-ssh', '4.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index b12337d..9550977 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,44 +1,75 @@ GEM remote: https://rubygems.org/ specs: - artifactory (2.8.2) - kitchen-ansible (0.47.3) - mixlib-shellout (<= 2.2.7) + builder (3.2.3) + erubis (2.7.0) + ffi (1.9.18) + gssapi (1.2.0) + ffi (>= 1.0.1) + gyoku (1.3.1) + builder (>= 2.1.2) + httpclient (2.8.3) + kitchen-ansible (0.48.1) net-ssh (>= 3) test-kitchen (~> 1.4) kitchen-docker (2.6.0) test-kitchen (>= 1.0.0) - mixlib-install (2.1.12) - artifactory + little-plugger (1.1.4) + logging (2.2.2) + little-plugger (~> 1.1) + multi_json (~> 1.10) + mixlib-install (3.9.0) mixlib-shellout mixlib-versioning thor - mixlib-shellout (2.2.7) + mixlib-shellout (2.3.2) mixlib-versioning (1.2.2) + multi_json (1.13.1) net-scp (1.2.1) net-ssh (>= 2.6.5) - net-ssh (4.1.0) + net-ssh (4.2.0) net-ssh-gateway (1.3.0) net-ssh (>= 2.6.5) - safe_yaml (1.0.4) - test-kitchen (1.17.0) - mixlib-install (>= 1.2, < 3.0) + nori (2.6.0) + rubyntlm (0.6.2) + rubyzip (1.2.1) + test-kitchen (1.20.0) + mixlib-install (~> 3.6) mixlib-shellout (>= 1.2, < 3.0) net-scp (~> 1.1) net-ssh (>= 2.9, < 5.0) net-ssh-gateway (~> 1.2) - safe_yaml (~> 1.0) thor (~> 0.19, < 0.19.2) + winrm (~> 2.0) + winrm-elevated (~> 1.0) + winrm-fs (~> 1.1.0) thor (0.19.1) + winrm (2.2.3) + builder (>= 2.1.2) + erubis (~> 2.7) + gssapi (~> 1.2) + gyoku (~> 1.0) + httpclient (~> 2.2, >= 2.2.0.2) + logging (>= 1.6.1, < 3.0) + nori (~> 2.0) + rubyntlm (~> 0.6.0, >= 0.6.1) + winrm-elevated (1.1.0) + winrm (~> 2.0) + winrm-fs (~> 1.0) + winrm-fs (1.1.1) + erubis (~> 2.7) + logging (>= 1.6.1, < 3.0) + rubyzip (~> 1.1) + winrm (~> 2.0) PLATFORMS ruby DEPENDENCIES - kitchen-ansible (= 0.47.3) + kitchen-ansible (= 0.48.1) kitchen-docker (= 2.6.0) - net-ssh (= 4.1.0) - test-kitchen (= 1.17.0) + net-ssh (= 4.2.0) + test-kitchen (= 1.20.0) BUNDLED WITH - 1.15.3 + 1.16.1