Skip to content

Commit

Permalink
change net-ssh version based on java version
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-vaughan committed Jul 17, 2022
1 parent ef2e3d7 commit 49c5662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ group :system_tests do

gem 'beaker-rspec'
gem 'beaker-windows'
gem 'net-ssh', '> 7.0' # Need 7.0+ for EL9 support
gem 'net-ssh', '< 7.0' if Gem::Requirement.create('< 2.6').satisfied_by?(Gem::Version.new(RUBY_VERSION.dup))
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 49c5662

Please sign in to comment.