Skip to content

Commit

Permalink
Merge "Add Gemfile for salt formulas tests"
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Polreich authored and amirshrefi committed Nov 7, 2018
2 parents 1f2e203 + db26964 commit 7e9f291
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 7e9f291

Please sign in to comment.