File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ source 'https://rubygems.org'
77gem 'inspec' , '~> 4.22.22'
88# Install the `kitchen-docker` gem from GitHub because the latest version
99# currently available (`2.10.0`) doesn't include a recent fix for Gentoo.
10- gem 'kitchen-docker' , github : 'test-kitchen/kitchen-docker' , ref : '41e80fe'
10+ # rubocop:disable Layout/LineLength
11+ gem 'kitchen-docker' , git : 'https://gitlab.com/saltstack-formulas/infrastructure/kitchen-docker' , branch : 'ssf'
12+ # rubocop:enable Layout/LineLength
1113gem 'kitchen-inspec' , '>= 2.2.1'
1214gem 'kitchen-salt' , '>= 0.6.3'
Original file line number Diff line number Diff line change 11GIT
2- remote: https://github .com/test-kitchen/ kitchen-docker.git
3- revision: 41e80fed3a7cc86323e19c16a5a340cebf7e5848
4- ref: 41e80fe
2+ remote: https://gitlab .com/saltstack-formulas/infrastructure/ kitchen-docker
3+ revision: 042e6921940a28d2502258b6a5ff3be17dd2fd37
4+ branch: ssf
55 specs:
66 kitchen-docker (2.10.0 )
77 test-kitchen (>= 1.0.0 )
You can’t perform that action at this time.
0 commit comments