Skip to content

Commit

Permalink
Add Gemfile for salt formulas tests
Browse files Browse the repository at this point in the history
Change-Id: I69a963cddeba1f67be705466f5d344834603d49b
  • Loading branch information
Martin819 committed Nov 7, 2018
1 parent a7a91d5 commit db26964
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
source 'https://rubygems.org'
ruby '>=2.4.0'
gem 'rake'
gem 'test-kitchen'
gem 'kitchen-docker'
gem 'kitchen-openstack'
gem 'kitchen-inspec'
gem 'inspec', '<3.0.0'
#Version was frozen, because of issues in the version of inspec >3.0.0 -- see https://mirantis.jira.com/browse/PROD-24324 for more info
gem 'kitchen-salt', :git => 'https://github.com/salt-formulas/kitchen-salt.git'

0 comments on commit db26964

Please sign in to comment.