[kitchen] update gem dependencies (#564)
this should fix an issue with busser install in kitchen testing containers (related to https://github.com/test-kitchen/test-kitchen/pull/1536)
This commit is contained in:
parent
a016ff6e10
commit
e420d482cc
2 changed files with 74 additions and 32 deletions
8
Gemfile
8
Gemfile
|
|
@ -1,6 +1,6 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'test-kitchen', '1.20.0'
|
gem 'test-kitchen'
|
||||||
gem 'kitchen-docker', '2.6.0'
|
gem 'kitchen-docker'
|
||||||
gem 'kitchen-ansible', '0.48.1'
|
gem 'kitchen-ansible'
|
||||||
gem 'net-ssh', '4.2.0'
|
gem 'net-ssh'
|
||||||
|
|
|
||||||
98
Gemfile.lock
98
Gemfile.lock
|
|
@ -1,50 +1,91 @@
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
bcrypt_pbkdf (1.0.1)
|
||||||
builder (3.2.3)
|
builder (3.2.3)
|
||||||
|
ed25519 (1.2.4)
|
||||||
|
equatable (0.5.0)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
ffi (1.9.24)
|
ffi (1.10.0)
|
||||||
gssapi (1.2.0)
|
gssapi (1.3.0)
|
||||||
ffi (>= 1.0.1)
|
ffi (>= 1.0.1)
|
||||||
gyoku (1.3.1)
|
gyoku (1.3.1)
|
||||||
builder (>= 2.1.2)
|
builder (>= 2.1.2)
|
||||||
httpclient (2.8.3)
|
httpclient (2.8.3)
|
||||||
kitchen-ansible (0.48.1)
|
kitchen-ansible (0.50.0)
|
||||||
net-ssh (>= 3)
|
net-ssh (>= 3)
|
||||||
test-kitchen (~> 1.4)
|
test-kitchen (>= 1.4)
|
||||||
kitchen-docker (2.6.0)
|
kitchen-docker (2.9.0)
|
||||||
test-kitchen (>= 1.0.0)
|
test-kitchen (>= 1.0.0)
|
||||||
|
license-acceptance (1.0.11)
|
||||||
|
pastel (~> 0.7)
|
||||||
|
tomlrb (~> 1.2)
|
||||||
|
tty-box (~> 0.3)
|
||||||
|
tty-prompt (~> 0.18)
|
||||||
little-plugger (1.1.4)
|
little-plugger (1.1.4)
|
||||||
logging (2.2.2)
|
logging (2.2.2)
|
||||||
little-plugger (~> 1.1)
|
little-plugger (~> 1.1)
|
||||||
multi_json (~> 1.10)
|
multi_json (~> 1.10)
|
||||||
mixlib-install (3.9.0)
|
mixlib-install (3.11.18)
|
||||||
mixlib-shellout
|
mixlib-shellout
|
||||||
mixlib-versioning
|
mixlib-versioning
|
||||||
thor
|
thor
|
||||||
mixlib-shellout (2.3.2)
|
mixlib-shellout (2.4.4)
|
||||||
mixlib-versioning (1.2.2)
|
mixlib-versioning (1.2.7)
|
||||||
multi_json (1.13.1)
|
multi_json (1.13.1)
|
||||||
net-scp (1.2.1)
|
necromancer (0.4.0)
|
||||||
net-ssh (>= 2.6.5)
|
net-scp (2.0.0)
|
||||||
net-ssh (4.2.0)
|
net-ssh (>= 2.6.5, < 6.0.0)
|
||||||
net-ssh-gateway (1.3.0)
|
net-ssh (5.2.0)
|
||||||
net-ssh (>= 2.6.5)
|
net-ssh-gateway (2.0.0)
|
||||||
|
net-ssh (>= 4.0.0)
|
||||||
nori (2.6.0)
|
nori (2.6.0)
|
||||||
|
pastel (0.7.2)
|
||||||
|
equatable (~> 0.5.0)
|
||||||
|
tty-color (~> 0.4.0)
|
||||||
rubyntlm (0.6.2)
|
rubyntlm (0.6.2)
|
||||||
rubyzip (1.2.2)
|
rubyzip (1.2.2)
|
||||||
test-kitchen (1.20.0)
|
strings (0.1.5)
|
||||||
|
strings-ansi (~> 0.1)
|
||||||
|
unicode-display_width (~> 1.5)
|
||||||
|
unicode_utils (~> 1.4)
|
||||||
|
strings-ansi (0.1.0)
|
||||||
|
test-kitchen (2.2.5)
|
||||||
|
bcrypt_pbkdf (~> 1.0)
|
||||||
|
ed25519 (~> 1.2)
|
||||||
|
license-acceptance (~> 1.0, >= 1.0.11)
|
||||||
mixlib-install (~> 3.6)
|
mixlib-install (~> 3.6)
|
||||||
mixlib-shellout (>= 1.2, < 3.0)
|
mixlib-shellout (>= 1.2, < 3.0)
|
||||||
net-scp (~> 1.1)
|
net-scp (>= 1.1, < 3.0)
|
||||||
net-ssh (>= 2.9, < 5.0)
|
net-ssh (>= 2.9, < 6.0)
|
||||||
net-ssh-gateway (~> 1.2)
|
net-ssh-gateway (>= 1.2, < 3.0)
|
||||||
thor (~> 0.19, < 0.19.2)
|
thor (~> 0.19)
|
||||||
winrm (~> 2.0)
|
winrm (~> 2.0)
|
||||||
winrm-elevated (~> 1.0)
|
winrm-elevated (~> 1.0)
|
||||||
winrm-fs (~> 1.1.0)
|
winrm-fs (~> 1.1)
|
||||||
thor (0.19.1)
|
thor (0.20.3)
|
||||||
winrm (2.2.3)
|
timers (4.3.0)
|
||||||
|
tomlrb (1.2.8)
|
||||||
|
tty-box (0.3.0)
|
||||||
|
pastel (~> 0.7.2)
|
||||||
|
strings (~> 0.1.4)
|
||||||
|
tty-cursor (~> 0.6.0)
|
||||||
|
tty-color (0.4.3)
|
||||||
|
tty-cursor (0.6.1)
|
||||||
|
tty-prompt (0.18.1)
|
||||||
|
necromancer (~> 0.4.0)
|
||||||
|
pastel (~> 0.7.0)
|
||||||
|
timers (~> 4.0)
|
||||||
|
tty-cursor (~> 0.6.0)
|
||||||
|
tty-reader (~> 0.5.0)
|
||||||
|
tty-reader (0.5.0)
|
||||||
|
tty-cursor (~> 0.6.0)
|
||||||
|
tty-screen (~> 0.6.4)
|
||||||
|
wisper (~> 2.0.0)
|
||||||
|
tty-screen (0.6.5)
|
||||||
|
unicode-display_width (1.6.0)
|
||||||
|
unicode_utils (1.4.0)
|
||||||
|
winrm (2.3.2)
|
||||||
builder (>= 2.1.2)
|
builder (>= 2.1.2)
|
||||||
erubis (~> 2.7)
|
erubis (~> 2.7)
|
||||||
gssapi (~> 1.2)
|
gssapi (~> 1.2)
|
||||||
|
|
@ -53,23 +94,24 @@ GEM
|
||||||
logging (>= 1.6.1, < 3.0)
|
logging (>= 1.6.1, < 3.0)
|
||||||
nori (~> 2.0)
|
nori (~> 2.0)
|
||||||
rubyntlm (~> 0.6.0, >= 0.6.1)
|
rubyntlm (~> 0.6.0, >= 0.6.1)
|
||||||
winrm-elevated (1.1.0)
|
winrm-elevated (1.1.1)
|
||||||
winrm (~> 2.0)
|
winrm (~> 2.0)
|
||||||
winrm-fs (~> 1.0)
|
winrm-fs (~> 1.0)
|
||||||
winrm-fs (1.1.1)
|
winrm-fs (1.3.2)
|
||||||
erubis (~> 2.7)
|
erubis (~> 2.7)
|
||||||
logging (>= 1.6.1, < 3.0)
|
logging (>= 1.6.1, < 3.0)
|
||||||
rubyzip (~> 1.1)
|
rubyzip (~> 1.1)
|
||||||
winrm (~> 2.0)
|
winrm (~> 2.0)
|
||||||
|
wisper (2.0.0)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
kitchen-ansible (= 0.48.1)
|
kitchen-ansible
|
||||||
kitchen-docker (= 2.6.0)
|
kitchen-docker
|
||||||
net-ssh (= 4.2.0)
|
net-ssh
|
||||||
test-kitchen (= 1.20.0)
|
test-kitchen
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.16.1
|
1.17.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue