From d209023419b03d3e528e1990eedc77c78eb200cc Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Sat, 26 Feb 2022 09:26:52 +0000 Subject: [PATCH] ci(gemfile+lock): update to latest versions --- .gitignore | 1 - Gemfile | 6 ++- Gemfile.lock | 124 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 128 insertions(+), 3 deletions(-) create mode 100644 Gemfile.lock diff --git a/.gitignore b/.gitignore index bf18766..45c7a12 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,3 @@ kitchen.local.yml .kitchen/ .bundle/ -Gemfile.lock diff --git a/Gemfile b/Gemfile index ecb686d..373342b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,9 @@ +# frozen_string_literal: true + source "https://rubygems.org" -gem 'test-kitchen', '>= 2.0.1' -gem 'kitchen-salt', '>= 0.5' +gem 'test-kitchen', '>= 3.2.2' +gem 'kitchen-salt', '>= 0.7.2' gem 'kitchen-docker', git: 'https://github.com/test-kitchen/kitchen-docker.git' group :vagrant do diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..92cd270 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,124 @@ +GIT + remote: https://github.com/test-kitchen/kitchen-docker.git + revision: 8d2a6f04e77b76bc9f77e0bb8cc52542743b7b6a + specs: + kitchen-docker (2.11.0) + test-kitchen (>= 1.0.0) + +GEM + remote: https://rubygems.org/ + specs: + bcrypt_pbkdf (1.1.0) + builder (3.2.4) + chef-utils (17.9.52) + concurrent-ruby + concurrent-ruby (1.1.9) + ed25519 (1.3.0) + erubi (1.10.0) + ffi (1.15.5) + gssapi (1.3.1) + ffi (>= 1.0.1) + gyoku (1.3.1) + builder (>= 2.1.2) + hashie (5.0.0) + httpclient (2.8.3) + kitchen-salt (0.7.2) + hashie (>= 3.5) + test-kitchen (>= 1.4) + kitchen-vagrant (1.11.0) + test-kitchen (>= 1.4, < 4) + license-acceptance (2.1.13) + pastel (~> 0.7) + tomlrb (>= 1.2, < 3.0) + tty-box (~> 0.6) + tty-prompt (~> 0.20) + little-plugger (1.1.4) + logging (2.3.0) + little-plugger (~> 1.1) + multi_json (~> 1.14) + mixlib-install (3.12.16) + mixlib-shellout + mixlib-versioning + thor + mixlib-shellout (3.2.5) + chef-utils + mixlib-versioning (1.2.12) + multi_json (1.15.0) + net-scp (3.0.0) + net-ssh (>= 2.6.5, < 7.0.0) + net-ssh (6.1.0) + net-ssh-gateway (2.0.0) + net-ssh (>= 4.0.0) + nori (2.6.0) + pastel (0.8.0) + tty-color (~> 0.5) + rubyntlm (0.6.3) + rubyzip (2.3.2) + strings (0.2.1) + strings-ansi (~> 0.2) + unicode-display_width (>= 1.5, < 3.0) + unicode_utils (~> 1.4) + strings-ansi (0.2.0) + test-kitchen (3.2.2) + bcrypt_pbkdf (~> 1.0) + chef-utils (>= 16.4.35) + ed25519 (~> 1.2) + license-acceptance (>= 1.0.11, < 3.0) + mixlib-install (~> 3.6) + mixlib-shellout (>= 1.2, < 4.0) + net-scp (>= 1.1, < 4.0) + net-ssh (>= 2.9, < 7.0) + net-ssh-gateway (>= 1.2, < 3.0) + thor (>= 0.19, < 2.0) + winrm (~> 2.0) + winrm-elevated (~> 1.0) + winrm-fs (~> 1.1) + thor (1.2.1) + tomlrb (2.0.1) + tty-box (0.7.0) + pastel (~> 0.8) + strings (~> 0.2.0) + tty-cursor (~> 0.7) + tty-color (0.6.0) + tty-cursor (0.7.1) + tty-prompt (0.23.1) + pastel (~> 0.8) + tty-reader (~> 0.8) + tty-reader (0.9.0) + tty-cursor (~> 0.7) + tty-screen (~> 0.8) + wisper (~> 2.0) + tty-screen (0.8.1) + unicode-display_width (2.1.0) + unicode_utils (1.4.0) + winrm (2.3.6) + builder (>= 2.1.2) + erubi (~> 1.8) + 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.3) + winrm-elevated (1.2.3) + erubi (~> 1.8) + winrm (~> 2.0) + winrm-fs (~> 1.0) + winrm-fs (1.3.5) + erubi (~> 1.8) + logging (>= 1.6.1, < 3.0) + rubyzip (~> 2.0) + winrm (~> 2.0) + wisper (2.0.1) + +PLATFORMS + ruby + +DEPENDENCIES + kitchen-docker! + kitchen-salt (>= 0.7.2) + kitchen-vagrant + test-kitchen (>= 3.2.2) + +BUNDLED WITH + 2.1.2