Skip to content

Commit 1b8393c

Browse files
committed
ci(gemfile+lock): use ssf customised kitchen-docker repo [skip ci]
* Automated using myii/ssf-formula#294
1 parent 95978ee commit 1b8393c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Gemfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ source 'https://rubygems.org'
77
gem '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
1113
gem 'kitchen-inspec', '>= 2.2.1'
1214
gem 'kitchen-salt', '>= 0.6.3'

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
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
55
specs:
66
kitchen-docker (2.10.0)
77
test-kitchen (>= 1.0.0)

0 commit comments

Comments
 (0)