mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-14 08:40:27 +00:00
Add Gemfile with kitchen-salt dependencies
This commit is contained in:
parent
afa5344a12
commit
6dd7a6596a
2 changed files with 31 additions and 0 deletions
5
Gemfile
Normal file
5
Gemfile
Normal 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
26
Gemfile.lock
Normal 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)
|
Loading…
Add table
Reference in a new issue