Skip to content

Commit

Permalink
vagrant 1.9.5 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
msimonin committed Jun 22, 2017
1 parent 8feb757 commit 29f823c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ group :development do
end

group :plugins do
gem "vagrant-g5k" , path: "."
gemspec
end
4 changes: 2 additions & 2 deletions vagrant-g5k.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Gem::Specification.new do |s|
s.rubyforge_project = "vagrant-g5k"

s.add_runtime_dependency "iniparse", "~> 1.4", ">= 1.4.2"
s.add_runtime_dependency "net-ssh", "~> 3.0", ">= 3.0.2"
s.add_runtime_dependency "net-scp", "~> 1.1", ">= 1.1.2"
s.add_runtime_dependency "net-ssh", "~> 4.1.0"
s.add_runtime_dependency "net-scp", "~> 1.2.0"
s.add_runtime_dependency "net-ssh-multi", "~> 1.2", ">=1.2.1"

s.add_development_dependency "rake"
Expand Down

0 comments on commit 29f823c

Please sign in to comment.