Skip to content

Commit 153519c

Browse files
committed
chore(gemfile+lock): pin versions of key dependencies
* use versions in line with Chef Workstation v25.2.1075
1 parent c965ac3 commit 153519c

File tree

2 files changed

+417
-341
lines changed

2 files changed

+417
-341
lines changed

Gemfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ gem 'inspec', git: 'https://gitlab.com/saltstack-formulas/infrastructure/inspec'
1515
gem 'kitchen-docker', git: 'https://gitlab.com/saltstack-formulas/infrastructure/kitchen-docker', branch: 'ssf'
1616
# rubocop:enable Layout/LineLength
1717

18-
gem 'kitchen-inspec', '>= 2.5.0'
19-
gem 'kitchen-salt', '>= 0.7.2'
18+
gem 'kitchen-inspec', '2.6.2'
19+
gem 'kitchen-salt', '0.7.2'
2020

2121
# Avoid the error 'pkeys are immutable on OpenSSL 3.0'
2222
gem 'net-ssh', '>= 7.0.0'
23+
24+
gem 'test-kitchen', '3.6.0'

0 commit comments

Comments
 (0)