Skip to content

Commit

Permalink
Update dependency to work with net-scp 3.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
seluniasolo committed Sep 4, 2021
1 parent f526889 commit 6b8b158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/vagrant/scp/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Vagrant
module Scp
VERSION = "0.5.6"
VERSION = "0.5.8"
end
end
2 changes: 1 addition & 1 deletion vagrant-scp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake", "~> 0"
spec.add_runtime_dependency 'log4r', "~> 1.1"
spec.add_runtime_dependency 'net-scp', "~> 1.1"
spec.add_runtime_dependency 'net-scp', ">= 1.1"

end

0 comments on commit 6b8b158

Please sign in to comment.