Skip to content

Commit

Permalink
Update net-ssh dep to reflect 7.x release
Browse files Browse the repository at this point in the history
  • Loading branch information
op-ct authored Jun 29, 2022
1 parent ef8c808 commit 5188f34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ group :system_tests do

gem 'beaker-rspec'
gem 'beaker-windows'
# Need at least 85ebe31 for EL9 support
gem 'net-ssh', :git => "https://github.com/net-ssh/net-ssh", :ref => 'v7.0.0.beta1'
gem 'net-ssh', '> 7.0' # Need 7.0+ for EL9 support
gem 'bcrypt_pbkdf' unless RUBY_PLATFORM == 'java'
gem 'puppet', ENV.fetch('PUPPET_VERSION', '~> 7.0')
gem 'puppetlabs_spec_helper', '~> 4.0'
Expand Down

0 comments on commit 5188f34

Please sign in to comment.