Skip to content

Commit

Permalink
Merge pull request #248 from agrare/fix_net_scp_openssl_3_failure
Browse files Browse the repository at this point in the history
Bump net-ssh/scp for OpenSSL 3.0 support
  • Loading branch information
bdunne authored May 1, 2024
2 parents 892875d + d8b2c19 commit fed79b9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions manageiq-appliance_console.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,16 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "awesome_spawn", "~> 1.6"
spec.add_runtime_dependency "bcrypt", "~> 3.1.10"
spec.add_runtime_dependency "bcrypt_pbkdf", ">= 1.0", "< 2.0"
spec.add_runtime_dependency "ed25519", ">= 1.2", "< 2.0"
spec.add_runtime_dependency "highline", "~> 2.1"
spec.add_runtime_dependency "i18n", ">= 0.8"
spec.add_runtime_dependency "linux_admin", "~> 2.0"
spec.add_runtime_dependency "linux_admin", "~> 3.0"
spec.add_runtime_dependency "manageiq-password", "< 2"
spec.add_runtime_dependency "net-scp", "~> 1.2.1"
spec.add_runtime_dependency "net-scp", "~> 4.0"
spec.add_runtime_dependency "net-ssh", "~> 7.2"
spec.add_runtime_dependency "optimist", "~> 3.0"
spec.add_runtime_dependency "pg"
spec.add_runtime_dependency "pg-logical_replication"
spec.add_runtime_dependency "rbnacl", ">= 3.2", "< 5.0"

spec.add_development_dependency "bundler"
spec.add_development_dependency "manageiq-style"
Expand Down

0 comments on commit fed79b9

Please sign in to comment.