Skip to content

Commit

Permalink
Bump sshkit to support unbracketed IPv6 addresses
Browse files Browse the repository at this point in the history
Set sshkit minimum version to 1.23.0, which includes an enhancement to
support unbracketed IPv6 addresses.

See capistrano/sshkit#538
  • Loading branch information
jeromedalbert committed Jun 24, 2024
1 parent ff03891 commit c33b0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kamal.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.executables = %w[ kamal ]

spec.add_dependency "activesupport", ">= 7.0"
spec.add_dependency "sshkit", ">= 1.22.2", "< 2.0"
spec.add_dependency "sshkit", ">= 1.23.0", "< 2.0"
spec.add_dependency "net-ssh", "~> 7.0"
spec.add_dependency "thor", "~> 1.2"
spec.add_dependency "dotenv", "~> 2.8"
Expand Down

0 comments on commit c33b0bd

Please sign in to comment.