Skip to content

Commit 037b529

Browse files
committed
chore(gemfile.lock): update to latest gem versions for 2023-W43
1 parent e121b49 commit 037b529

File tree

2 files changed

+247
-198
lines changed

2 files changed

+247
-198
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ gem 'kitchen-docker', git: 'https://gitlab.com/saltstack-formulas/infrastructure
1818
gem 'kitchen-inspec', '>= 2.5.0'
1919
gem 'kitchen-salt', '>= 0.7.2'
2020

21+
# Avoid the error 'pkeys are immutable on OpenSSL 3.0'
22+
gem 'net-ssh', '>= 7.0.0'
23+
2124
group :vagrant do
2225
gem 'kitchen-vagrant'
2326
end

0 commit comments

Comments
 (0)