Skip to content

Commit

Permalink
(maint) Add net-ssh version back into installer runtime 2021.7.x
Browse files Browse the repository at this point in the history
Accidentally removed this from the new pe-installer-runtime-2021.7.x, but since main and 2021.7.x use different versions this needs to stay in here.
  • Loading branch information
nmburgan authored Mar 26, 2024
1 parent 3eedb9e commit 08fe4ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configs/projects/pe-installer-runtime-2021.7.x.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@
else
proj.setting(:openssl_version, '1.1.1')
end

# rubygem-net-ssh included in shared-agent-components
proj.setting(:rubygem_net_ssh_version, '5.2.0')

instance_eval File.read(File.join(File.dirname(__FILE__), '_shared-pe-installer-runtime.rb'))
end

0 comments on commit 08fe4ed

Please sign in to comment.