Martin Polreich | db26964 | 2018-11-07 10:28:31 +0100 | [diff] [blame] | 1 | source 'https://rubygems.org' |
| 2 | ruby '>=2.4.0' |
Vladimir Khlyunev | 123a218 | 2023-01-11 15:48:34 +0400 | [diff] [blame^] | 3 | gem 'net-ssh', '>4.0' |
Martin Polreich | db26964 | 2018-11-07 10:28:31 +0100 | [diff] [blame] | 4 | gem 'rake' |
Martin Polreich | b9b982b | 2019-03-21 13:12:22 +0100 | [diff] [blame] | 5 | gem 'test-kitchen', '<2.0.0' |
Martin Polreich | 21fae9c | 2019-01-10 13:29:56 +0100 | [diff] [blame] | 6 | if File.exist?('.kitchen.openstack.yml') then |
| 7 | gem 'kitchen-openstack' |
Martin Polreich | 530983e | 2019-02-26 11:04:39 +0100 | [diff] [blame] | 8 | gem 'berkshelf' |
Martin Polreich | 21fae9c | 2019-01-10 13:29:56 +0100 | [diff] [blame] | 9 | else |
| 10 | gem 'kitchen-docker' |
| 11 | end |
Martin Polreich | db26964 | 2018-11-07 10:28:31 +0100 | [diff] [blame] | 12 | gem 'kitchen-inspec' |
| 13 | gem 'inspec', '<3.0.0' |
| 14 | #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 |
Martin Polreich | b9b982b | 2019-03-21 13:12:22 +0100 | [diff] [blame] | 15 | gem 'kitchen-salt', '>=0.5.0' |