File tree 2 files changed +6
-4
lines changed 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ source 'https://rubygems.org'
7
7
gem 'inspec' , '~> 4.22.22'
8
8
# Install the `kitchen-docker` gem from GitHub because the latest version
9
9
# 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
11
13
gem 'kitchen-inspec' , '>= 2.2.1'
12
14
gem 'kitchen-salt' , '>= 0.6.3'
13
15
Original file line number Diff line number Diff line change 1
1
GIT
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
5
5
specs:
6
6
kitchen-docker (2.10.0 )
7
7
test-kitchen (>= 1.0.0 )
You can’t perform that action at this time.
0 commit comments