Skip to content
Snippets Groups Projects
Unverified Commit 63561c0a authored by Imran Iqbal's avatar Imran Iqbal
Browse files

ci(gemfile+lock): use `ssf` customised `kitchen-docker` repo [skip ci]

parent b27382a7
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,8 @@ source 'https://rubygems.org' ...@@ -7,6 +7,8 @@ source 'https://rubygems.org'
gem 'inspec', '~> 4.22.22' gem 'inspec', '~> 4.22.22'
# Install the `kitchen-docker` gem from GitHub because the latest version # Install the `kitchen-docker` gem from GitHub because the latest version
# currently available (`2.10.0`) doesn't include a recent fix for Gentoo. # currently available (`2.10.0`) doesn't include a recent fix for Gentoo.
gem 'kitchen-docker', github: 'test-kitchen/kitchen-docker', ref: '41e80fe' # rubocop:disable Layout/LineLength
gem 'kitchen-docker', git: 'https://gitlab.com/saltstack-formulas/infrastructure/kitchen-docker', branch: 'ssf'
# rubocop:enable Layout/LineLength
gem 'kitchen-inspec', '>= 2.2.1' gem 'kitchen-inspec', '>= 2.2.1'
gem 'kitchen-salt', '>= 0.6.3' gem 'kitchen-salt', '>= 0.6.3'
GIT GIT
remote: https://github.com/test-kitchen/kitchen-docker.git remote: https://gitlab.com/saltstack-formulas/infrastructure/kitchen-docker
revision: 41e80fed3a7cc86323e19c16a5a340cebf7e5848 revision: 042e6921940a28d2502258b6a5ff3be17dd2fd37
ref: 41e80fe branch: ssf
specs: specs:
kitchen-docker (2.10.0) kitchen-docker (2.10.0)
test-kitchen (>= 1.0.0) test-kitchen (>= 1.0.0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment