Skip to content

Commit

Permalink
Bump net-ssh/scp for OpenSSL 3.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Apr 30, 2024
1 parent 892875d commit 54a4059
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion manageiq-appliance_console.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ 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 "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"
Expand Down

0 comments on commit 54a4059

Please sign in to comment.