Skip to content

Commit 36ab2b6

Browse files
authored
Merge pull request #500 from saltstack-formulas/renovate/chef-workstation-25.x
chore(deps): update dependency chef-workstation to v25.13.7
2 parents 7675f23 + a137068 commit 36ab2b6

2 files changed

Lines changed: 261 additions & 254 deletions

File tree

Gemfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.9.1094
5+
# renovate: chef-workstation 25.13.7
66

77
source ENV.fetch('PROXY_RUBYGEMSORG', 'https://rubygems.org')
88

@@ -19,10 +19,9 @@ gem 'inspec', git: 'https://gitlab.com/saltstack-formulas/infrastructure/inspec'
1919
gem 'kitchen-docker', git: 'https://github.com/test-kitchen/kitchen-docker', ref: '511e4ad36856b9e2eccceb56603586e6cebd296a'
2020
# rubocop:enable Layout/LineLength
2121

22-
gem 'kitchen-inspec', '3.0.0'
22+
gem 'kitchen-inspec', '3.1.0'
2323
gem 'kitchen-salt', '0.7.2'
2424

25-
# Avoid the error 'pkeys are immutable on OpenSSL 3.0'
26-
gem 'net-ssh', '>= 7.0.0'
25+
gem 'net-ssh', '7.3.0'
2726

28-
gem 'test-kitchen', '3.9.0'
27+
gem 'test-kitchen', '3.9.1'

0 commit comments

Comments
 (0)