Skip to content

Commit

Permalink
Use correct vmfloaty runtime dep
Browse files Browse the repository at this point in the history
  • Loading branch information
briancain committed Jul 17, 2016
1 parent 4b34c10 commit 9eda530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant-vmpooler.gemspec
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.summary = "Enables Vagrant to manage machines in vmpooler."
s.description = "Enables Vagrant to manage machines in vmpooler."

s.add_runtime_dependency "vmfloaty", ">= 0.4.0"
s.add_runtime_dependency "vmfloaty", ">= 0.5.0"

s.add_development_dependency "rspec-its"
end

0 comments on commit 9eda530

Please sign in to comment.