Update knife-solo for being able to update net-ssh

This commit is contained in:
Basti 2018-11-01 12:19:39 +01:00
parent 90851fb7de
commit 36a4beaed9
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@ source 'https://rubygems.org'
gem 'chef', '~> 12.21.1'
gem 'berkshelf', '~> 6.3'
gem 'knife-solo'
gem 'knife-solo', '>= 0.7.0.pre3'
gem 'knife-solo_data_bag'
gem 'cookstyle'
gem 'test-kitchen'

View File

@ -94,10 +94,10 @@ GEM
iniparse (1.4.4)
ipaddress (0.8.3)
json (2.1.0)
knife-solo (0.6.0)
knife-solo (0.7.0.pre3)
chef (>= 10.20)
erubis (~> 2.7.0)
net-ssh (>= 2.7, < 4.0)
net-ssh (>= 2.7)
knife-solo_data_bag (2.1.0)
libyajl2 (1.2.0)
minitar (0.6.1)
@ -122,7 +122,7 @@ GEM
net-ssh (>= 2.6.5)
net-sftp (2.1.2)
net-ssh (>= 2.6.5)
net-ssh (3.2.0)
net-ssh (4.2.0)
net-ssh-gateway (1.3.0)
net-ssh (>= 2.6.5)
net-ssh-multi (1.2.1)
@ -245,9 +245,9 @@ DEPENDENCIES
berkshelf (~> 6.3)
chef (~> 12.21.1)
cookstyle
knife-solo
knife-solo (>= 0.7.0.pre3)
knife-solo_data_bag
test-kitchen
BUNDLED WITH
1.16.1
1.17.1