Skip to content

Commit

Permalink
Relax childprocess dependency restriction.
Browse files Browse the repository at this point in the history
  • Loading branch information
voxik committed Jun 7, 2019
1 parent b2aa1b7 commit 7c063b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.rubyforge_project = "vagrant"

s.add_dependency "bcrypt_pbkdf", "~> 1.0.0"
s.add_dependency "childprocess", "~> 0.6.0"
s.add_dependency "childprocess", ">= 0.6.0", "< 2"
s.add_dependency "ed25519", "~> 1.2.4"
s.add_dependency "erubis", "~> 2.7.0"
s.add_dependency "i18n", "~> 1.1.1"
Expand Down

0 comments on commit 7c063b0

Please sign in to comment.