Add Gemfile with kitchen-salt dependencies

This commit is contained in:
Alfredo Palhares 2015-02-20 17:13:54 +00:00
parent afa5344a12
commit 6dd7a6596a
2 changed files with 31 additions and 0 deletions

5
Gemfile Normal file
View file

@ -0,0 +1,5 @@
source "https://rubygems.org"
gem "test-kitchen", "> 1.2.0"
gem "kitchen-vagrant"
gem "kitchen-salt"

26
Gemfile.lock Normal file
View file

@ -0,0 +1,26 @@
GEM
remote: https://rubygems.org/
specs:
kitchen-salt (0.0.19)
kitchen-vagrant (0.15.0)
test-kitchen (~> 1.0)
mixlib-shellout (2.0.1)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (2.9.2)
safe_yaml (1.0.4)
test-kitchen (1.3.1)
mixlib-shellout (>= 1.2, < 3.0)
net-scp (~> 1.1)
net-ssh (~> 2.7)
safe_yaml (~> 1.0)
thor (~> 0.18)
thor (0.19.1)
PLATFORMS
ruby
DEPENDENCIES
kitchen-salt
kitchen-vagrant
test-kitchen (> 1.2.0)