22
33# This is a placeholder version to remind us to update the Gemfile
44# when a new stable Chef Workstation is released
5- # renovate: chef-workstation 25.13.7
5+ # renovate: chef-workstation 25.14.2
66
77source ENV . fetch ( 'PROXY_RUBYGEMSORG' , 'https://rubygems.org' )
88
@@ -12,16 +12,16 @@ source ENV.fetch('PROXY_RUBYGEMSORG', 'https://rubygems.org')
1212gem 'inspec' , git : 'https://gitlab.com/saltstack-formulas/infrastructure/inspec' , branch : 'ssf'
1313# rubocop:enable Layout/LineLength
1414
15- # Install the `kitchen-docker` gem using `git` in order to gain a performance
16- # improvement: avoid package installations which are already covered by the
17- # `salt-image-builder` (i.e. the pre-salted images that we're using)
15+ # Install the `kitchen-docker` gem using `git` in order to avoid an upstream
16+ # error caused by `kitchen-docker.gemspec`.
17+ # TODO: correct the error upstream
1818# rubocop:disable Layout/LineLength
19- gem 'kitchen-docker' , git : 'https://github.com/test-kitchen /kitchen-docker' , ref : '511e4ad36856b9e2eccceb56603586e6cebd296a '
19+ gem 'kitchen-docker' , git : 'https://github.com/dafyddj /kitchen-docker' , branch : 'chore/gemspec '
2020# rubocop:enable Layout/LineLength
2121
2222gem 'kitchen-inspec' , '3.1.0'
2323gem 'kitchen-salt' , '0.7.2'
2424
25- gem 'net-ssh' , '7.3.0 '
25+ gem 'net-ssh' , '7.3.2 '
2626
27- gem 'test-kitchen' , '3.9.1 '
27+ gem 'test-kitchen' , '4.0.0 '
0 commit comments